Update inbox

This commit is contained in:
Daniel Supernault 2023-04-24 06:34:58 -06:00
parent e7f7072349
commit 28717a2561
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

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