Update inbox

pull/4328/head
Daniel Supernault 2 years ago
parent e7f7072349
commit 28717a2561
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -1189,7 +1189,7 @@ class Inbox
if($profileId) { if($profileId) {
$accountId = $profileId->id; $accountId = $profileId->id;
} }
} else if(str_contains($object_url, '/p/')) { } else if(str_contains($objectUrl, '/p/')) {
$postId = last(explode('/', $objectUrl)); $postId = last(explode('/', $objectUrl));
$objects->push($postId); $objects->push($postId);
} else { } else {

Loading…
Cancel
Save