forked from AkkomaGang/akkoma
Fix Credo warning
This commit is contained in:
parent
e56afefef9
commit
eeb093631c
1 changed files with 1 additions and 1 deletions
|
@ -3,9 +3,9 @@ defmodule Pleroma.Web.MastodonAPI.ConversationView do
|
|||
|
||||
alias Pleroma.Activity
|
||||
alias Pleroma.Repo
|
||||
alias Pleroma.Web.MastodonAPI.AccountView
|
||||
alias Pleroma.Web.ActivityPub.ActivityPub
|
||||
alias Pleroma.Web.MastodonAPI.StatusView
|
||||
alias Pleroma.Web.MastodonAPI.AccountView
|
||||
|
||||
def render("participation.json", %{participation: participation, user: user}) do
|
||||
participation = Repo.preload(participation, conversation: :users)
|
||||
|
|
Loading…
Reference in a new issue