forked from AkkomaGang/akkoma
Fix Credo warning
This commit is contained in:
parent
eeb093631c
commit
4908e0eeee
1 changed files with 1 additions and 1 deletions
|
@ -3,8 +3,8 @@ 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.AccountView
|
||||
alias Pleroma.Web.MastodonAPI.StatusView
|
||||
|
||||
def render("participation.json", %{participation: participation, user: user}) do
|
||||
|
|
Loading…
Reference in a new issue