diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-06-24 13:07:47 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-10-13 16:43:59 +0300 |
commit | 9f4fe5485b7132307c7eff0690c8443b4ad57405 (patch) | |
tree | 69b90e8fe742b56f8822ef793ddb09adc283b115 /lib/pleroma/web/common_api | |
parent | 3ef4e9d17008a220f02531f70aad9568b995e396 (diff) | |
download | pleroma-9f4fe5485b7132307c7eff0690c8443b4ad57405.tar.gz |
alias alphabetically order
Diffstat (limited to 'lib/pleroma/web/common_api')
-rw-r--r-- | lib/pleroma/web/common_api/utils.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/common_api/utils.ex b/lib/pleroma/web/common_api/utils.ex index 10093a806..21f4d43e9 100644 --- a/lib/pleroma/web/common_api/utils.ex +++ b/lib/pleroma/web/common_api/utils.ex @@ -12,12 +12,12 @@ defmodule Pleroma.Web.CommonAPI.Utils do alias Pleroma.Conversation.Participation alias Pleroma.Formatter alias Pleroma.Object - alias Pleroma.Web.Plugs.AuthenticationPlug alias Pleroma.Repo alias Pleroma.User alias Pleroma.Web.ActivityPub.Utils alias Pleroma.Web.ActivityPub.Visibility alias Pleroma.Web.MediaProxy + alias Pleroma.Web.Plugs.AuthenticationPlug require Logger require Pleroma.Constants |