router: Add fake identity proof endpoint
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Mon, 1 Apr 2019 23:53:25 +0000 (01:53 +0200)
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Mon, 1 Apr 2019 23:53:38 +0000 (01:53 +0200)
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)