mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-04-08 03:56:14 +00:00
fix typo
Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
parent
4dcd938543
commit
f0d98c8cb7
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ defmodule Pleroma.Web.MastodonAPI.Admin.ReportView do
|
|||
action_taken_at: nil,
|
||||
category: "other",
|
||||
comment: content,
|
||||
forwarded: ni;,
|
||||
forwarded: nil,
|
||||
created_at: created_at,
|
||||
updated_at: created_at,
|
||||
account: AccountView.render("show.json", %{user: account}),
|
||||
|
|
Loading…
Reference in a new issue