Merge pull request #6262 from pixelfed/shleeable-patch-25

Larastan: Update Inbox.php
pull/6264/head
dansup 2 weeks ago committed by GitHub
commit 6433027a85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -637,7 +637,7 @@ class Inbox
$parent = Helpers::statusFetch($activity);
if (! $parent || empty($parent)) {
if (! $parent) {
return;
}

Loading…
Cancel
Save