alias alphabetically order

This commit is contained in:
Alexander Strizhakov 2020-06-24 13:07:47 +03:00
commit 9f4fe5485b
No known key found for this signature in database
GPG key ID: 022896A53AEF1381
47 changed files with 60 additions and 59 deletions

View file

@ -24,7 +24,7 @@ defmodule Pleroma.Web.Feed.UserController do
when format in ["json", "activity+json"] do
with %{halted: false} = conn <-
Pleroma.Web.Plugs.EnsureAuthenticatedPlug.call(conn,
unless_func: &Pleroma.Web.FederatingPlug.federating?/1
unless_func: &Pleroma.Web.Plugs.FederatingPlug.federating?/1
) do
ActivityPubController.call(conn, :user)
end