ActivityPub: Use shared inbox.
authorlain <lain@soykaf.club>
Sat, 17 Feb 2018 17:39:12 +0000 (18:39 +0100)
committerlain <lain@soykaf.club>
Sat, 17 Feb 2018 17:39:12 +0000 (18:39 +0100)
lib/pleroma/web/router.ex

index 6455ff108aaeb1b08ff6424d81d5e1832d3917d0..8d93e1ea631b4ca5aa4e71310e71ba9b5d4f1c9c 100644 (file)
@@ -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