From: lain Date: Sat, 17 Feb 2018 17:39:12 +0000 (+0100) Subject: ActivityPub: Use shared inbox. X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=1f98de20793b60fa16a10f4bb21dc017a96ae122;p=akkoma ActivityPub: Use shared inbox. --- diff --git a/lib/pleroma/web/router.ex b/lib/pleroma/web/router.ex index 6455ff108..8d93e1ea6 100644 --- a/lib/pleroma/web/router.ex +++ b/lib/pleroma/web/router.ex @@ -245,6 +245,7 @@ defmodule Pleroma.Web.Router do scope "/", Pleroma.Web.ActivityPub do pipe_through :activitypub post "/users/:nickname/inbox", ActivityPubController, :inbox + post "/inbox", ActivityPubController, :inbox end scope "/.well-known", Pleroma.Web do