mirror of
https://git.rape.pet/ulith/amputoma.git
synced 2025-02-24 21:53:59 +01:00
Fix warning
This commit is contained in:
parent
ec0e613eca
commit
0b4c61e8d5
1 changed files with 1 additions and 1 deletions
|
@ -1061,7 +1061,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIController do
|
||||||
response = %{
|
response = %{
|
||||||
id: to_string(id),
|
id: to_string(id),
|
||||||
type: mastodon_type,
|
type: mastodon_type,
|
||||||
created_at: CommonAPI.Utils.to_masto_date(activity.inserted_at),
|
created_at: CommonAPI.Utils.to_masto_date(created_at),
|
||||||
account: AccountView.render("account.json", %{user: actor, for: user})
|
account: AccountView.render("account.json", %{user: actor, for: user})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue