Credo fixes: alias grouping/ordering
This commit is contained in:
parent
106f4e7a0f
commit
60ea29dfe6
28 changed files with 57 additions and 98 deletions
|
|
@ -4,13 +4,11 @@
|
|||
|
||||
defmodule Pleroma.Web.ActivityPub.UserView do
|
||||
use Pleroma.Web, :view
|
||||
alias Pleroma.Web.Salmon
|
||||
alias Pleroma.Web.WebFinger
|
||||
alias Pleroma.User
|
||||
alias Pleroma.Repo
|
||||
alias Pleroma.Web.ActivityPub.ActivityPub
|
||||
alias Pleroma.Web.ActivityPub.Transmogrifier
|
||||
alias Pleroma.Web.ActivityPub.Utils
|
||||
|
||||
alias Pleroma.Web.{WebFinger, Salmon}
|
||||
alias Pleroma.{User, Repo}
|
||||
alias Pleroma.Web.ActivityPub.{ActivityPub, Transmogrifier, Utils}
|
||||
|
||||
import Ecto.Query
|
||||
|
||||
# the instance itself is not a Person, but instead an Application
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue