mirror of https://github.com/mastodon/mastodon
Adding common followers API, fixing fallback query again
parent
c913bdfc98
commit
e0a197650a
@ -1,2 +0,0 @@
|
||||
collection @followers
|
||||
extends('api/v1/accounts/show')
|
@ -1,2 +0,0 @@
|
||||
collection @following
|
||||
extends('api/v1/accounts/show')
|
@ -0,0 +1,2 @@
|
||||
collection @accounts
|
||||
extends 'api/v1/accounts/show'
|
@ -1,2 +1,2 @@
|
||||
collection @statuses
|
||||
extends('api/v1/statuses/show')
|
||||
extends 'api/v1/statuses/show'
|
||||
|
@ -1,2 +0,0 @@
|
||||
collection @accounts
|
||||
extends('api/v1/accounts/show')
|
Loading…
Reference in New Issue