relay: remove @allow_relay for the moment

This commit is contained in:
William Pitcock 2018-08-06 07:34:39 +00:00
parent 266b314051
commit f9b0fc4ddb
1 changed files with 4 additions and 6 deletions

View File

@ -319,12 +319,10 @@ def user_fetcher(username) do
end
if @federating do
if @allow_relay do
scope "/", Pleroma.Web.ActivityPub do
# XXX: not really ostatus either
pipe_through(:ostatus)
get("/", ActivityPubController, :relay)
end
scope "/", Pleroma.Web.ActivityPub do
# XXX: not really ostatus either
pipe_through(:ostatus)
get("/", ActivityPubController, :relay)
end
scope "/", Pleroma.Web.ActivityPub do