mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-23 06:51:27 +00:00
Update Helpers.php
This commit is contained in:
parent
3437d76e62
commit
51bbb85bb0
1 changed files with 0 additions and 1 deletions
|
@ -552,7 +552,6 @@ class Helpers
|
|||
'url' => $url,
|
||||
'object_url' => $id,
|
||||
'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'),
|
||||
'in_reply_to_id' => $reply_to,
|
||||
'local' => false,
|
||||
|
|
Loading…
Reference in a new issue