forked from AkkomaGang/akkoma
relay: remove @allow_relay for the moment
This commit is contained in:
parent
266b314051
commit
f9b0fc4ddb
1 changed files with 4 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue