Merge pull request #5358 from pixelfed/staging

Update Helpers.php
pull/5375/head
daniel 3 months ago committed by GitHub
commit 01a56965b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save