mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 10:09:02 +00:00
Typo
This commit is contained in:
parent
2b341627da
commit
40059c9b1e
|
@ -54,7 +54,7 @@ defmodule Pleroma.Web.AdminAPI.ReportView do
|
|||
date: group[:date],
|
||||
account: group[:account],
|
||||
status: status,
|
||||
status_deleted: status_deleted,
|
||||
status_deleted: group[:status_deleted],
|
||||
actors: Enum.map(group[:actors], &merge_account_views/1),
|
||||
reports:
|
||||
group[:reports]
|
||||
|
|
Loading…
Reference in a new issue