logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: f8aa917eef9280631a5cd2c95cf1db8fab6e14e5
parent: fd7dd8f9a2f052531bb17fe51d3678787bd8b4c8
Author: rinpatch <rinpatch@sdf.org>
Date:   Tue,  2 Apr 2019 05:31:41 +0000

Merge branch 'bugfix/mastoapi/2.8.0-fake_identityproof' into 'develop'

router: Add fake identity proof endpoint

See merge request pleroma/pleroma!1006

Diffstat:

Mlib/pleroma/web/router.ex1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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)