forked from AkkomaGang/akkoma
Typo
This commit is contained in:
parent
2b341627da
commit
40059c9b1e
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ def render("index_grouped.json", %{groups: groups}) 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