Update inbox
This commit is contained in:
parent
e7f7072349
commit
28717a2561
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue