aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma
diff options
context:
space:
mode:
authorIvan Tashkinov <ivant.business@gmail.com>2019-04-02 13:50:12 +0300
committerIvan Tashkinov <ivant.business@gmail.com>2019-04-02 13:50:12 +0300
commit590c935d95f0ea4fb65994027a88a0623527af88 (patch)
tree6b459dd8bc0fdb8c095e8f0088cb44d263f2e8d9 /lib/pleroma
parent804173fc924ec591558b8ed7671e35b506be9345 (diff)
parent9305e241cbbf78c634576dec58fb383563b39c58 (diff)
downloadpleroma-590c935d95f0ea4fb65994027a88a0623527af88.tar.gz
[#923] Merge remote-tracking branch 'remotes/upstream/develop' into twitter_oauth
# Conflicts: # mix.exs
Diffstat (limited to 'lib/pleroma')
-rw-r--r--lib/pleroma/web/router.ex1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pleroma/web/router.ex b/lib/pleroma/web/router.ex
index 8a157e223..b09d1e31c 100644
--- a/lib/pleroma/web/router.ex
+++ b/lib/pleroma/web/router.ex
@@ -233,6 +233,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)