Merge branch 'bugfix/wrong-date-format' into 'develop'
[akkoma] / lib / pleroma / web / router.ex
index 8acab304a57f7c7569777b7c2f05601ea22c9689..605a327fc382960dee697305a1648244b4a1f66d 100644 (file)
@@ -223,6 +223,7 @@ defmodule Pleroma.Web.Router do
       get("/accounts/search", MastodonAPIController, :account_search)
 
       get("/accounts/:id/lists", MastodonAPIController, :account_lists)
+      get("/accounts/:id/identity_proofs", MastodonAPIController, :empty_array)
 
       get("/follow_requests", MastodonAPIController, :follow_requests)
       get("/blocks", MastodonAPIController, :blocks)