mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-23 00:05:29 +00:00
Update LikePipeline
This commit is contained in:
parent
97a632c987
commit
7dc1bc7d9f
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ class LikePipeline implements ShouldQueue
|
|||
$status = $this->like->status;
|
||||
$actor = $this->like->actor;
|
||||
|
||||
if ($status->url !== null) {
|
||||
// Ignore notifications to remote statuses
|
||||
if (!$status || $status->url !== null) {
|
||||
// Ignore notifications to remote statuses, or deleted statuses
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue