forked from AkkomaGang/akkoma
Credo fixes
This commit is contained in:
parent
e785cd5cae
commit
b05f795326
1 changed files with 3 additions and 3 deletions
|
@ -20,8 +20,8 @@ defmodule Pleroma.Web.MastodonAPI.AccountController do
|
||||||
alias Pleroma.Plugs.RateLimiter
|
alias Pleroma.Plugs.RateLimiter
|
||||||
alias Pleroma.User
|
alias Pleroma.User
|
||||||
alias Pleroma.Web.ActivityPub.ActivityPub
|
alias Pleroma.Web.ActivityPub.ActivityPub
|
||||||
alias Pleroma.Web.ActivityPub.Pipeline
|
|
||||||
alias Pleroma.Web.ActivityPub.Builder
|
alias Pleroma.Web.ActivityPub.Builder
|
||||||
|
alias Pleroma.Web.ActivityPub.Pipeline
|
||||||
alias Pleroma.Web.CommonAPI
|
alias Pleroma.Web.CommonAPI
|
||||||
alias Pleroma.Web.MastodonAPI.ListView
|
alias Pleroma.Web.MastodonAPI.ListView
|
||||||
alias Pleroma.Web.MastodonAPI.MastodonAPI
|
alias Pleroma.Web.MastodonAPI.MastodonAPI
|
||||||
|
@ -186,8 +186,8 @@ def update_credentials(%{assigns: %{user: user}, body_params: params} = conn, _p
|
||||||
# We want to update the user through the pipeline, but the ActivityPub
|
# We want to update the user through the pipeline, but the ActivityPub
|
||||||
# update information is not quite enough for this, because this also
|
# update information is not quite enough for this, because this also
|
||||||
# contains local settings that don't federate and don't even appear
|
# contains local settings that don't federate and don't even appear
|
||||||
# in the Update activity.
|
# in the Update activity.
|
||||||
#
|
#
|
||||||
# So we first build the normal local changeset, then apply it to the
|
# So we first build the normal local changeset, then apply it to the
|
||||||
# user data, but don't persist it. With this, we generate the object
|
# user data, but don't persist it. With this, we generate the object
|
||||||
# data for our update activity. We feed this and the changeset as meta
|
# data for our update activity. We feed this and the changeset as meta
|
||||||
|
|
Loading…
Reference in a new issue