forked from AkkomaGang/akkoma
mastodon api: implement /api/v1/lists stub
This commit is contained in:
parent
8f9bcc4ab0
commit
52a1a40d7d
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ def user_fetcher(username) do
|
|||
get("/domain_blocks", MastodonAPIController, :empty_array)
|
||||
get("/follow_requests", MastodonAPIController, :empty_array)
|
||||
get("/mutes", MastodonAPIController, :empty_array)
|
||||
get("/lists", MastodonAPIController, :empty_array)
|
||||
|
||||
get("/timelines/home", MastodonAPIController, :home_timeline)
|
||||
|
||||
|
|
Loading…
Reference in a new issue