mastodon api: implement /api/v1/lists stub
This commit is contained in:
parent
8f9bcc4ab0
commit
52a1a40d7d
@ -100,6 +100,7 @@ defmodule Pleroma.Web.Router 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 New Issue
Block a user