From: Haelwenn (lanodan) Monnier Date: Mon, 1 Apr 2019 23:53:25 +0000 (+0200) Subject: router: Add fake identity proof endpoint X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=f56eef8d8c2400f2ecc1d346758a70d89deda8dc;p=akkoma router: Add fake identity proof endpoint --- diff --git a/lib/pleroma/web/router.ex b/lib/pleroma/web/router.ex index 9ccb4e535..f4418cec0 100644 --- a/lib/pleroma/web/router.ex +++ b/lib/pleroma/web/router.ex @@ -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)