mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-23 15:01:27 +00:00
commit
01a56965b3
1 changed files with 0 additions and 1 deletions
|
@ -552,7 +552,6 @@ class Helpers
|
||||||
'url' => $url,
|
'url' => $url,
|
||||||
'object_url' => $id,
|
'object_url' => $id,
|
||||||
'caption' => isset($activity['content']) ? Purify::clean(strip_tags($activity['content'])) : null,
|
'caption' => isset($activity['content']) ? Purify::clean(strip_tags($activity['content'])) : null,
|
||||||
'rendered' => isset($activity['content']) ? Purify::clean($activity['content']) : null,
|
|
||||||
'created_at' => Carbon::parse($ts)->tz('UTC'),
|
'created_at' => Carbon::parse($ts)->tz('UTC'),
|
||||||
'in_reply_to_id' => $reply_to,
|
'in_reply_to_id' => $reply_to,
|
||||||
'local' => false,
|
'local' => false,
|
||||||
|
|
Loading…
Reference in a new issue