Implement mastodon mutes endpoint
[akkoma] / lib / pleroma / web / router.ex
index fb7a8d4489bc24b79e52e4022ac2cc3b63ec8f35..1b62d02ea334b8c8b3e118f6a85e09f07d473b98 100644 (file)
@@ -178,7 +178,7 @@ defmodule Pleroma.Web.Router do
 
     get("/blocks", MastodonAPIController, :blocks)
 
-    get("/mutes", MastodonAPIController, :empty_array)
+    get("/mutes", MastodonAPIController, :mutes)
 
     get("/timelines/home", MastodonAPIController, :home_timeline)