router: Add fake identity proof endpoint
[akkoma] / lib / pleroma / web / router.ex
index 9ccb4e53515ce47e84123782b2ab63201b4e7dca..f4418cec0b75e28df1f6733008e41ba6010392b2 100644 (file)
@@ -218,6 +218,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)