forked from mirror/pixelfed
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) {
|
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…
Reference in a new issue