kopia lustrzana https://github.com/pixelfed/pixelfed
Update LikePipeline, fix typo
rodzic
6b3c5f94c3
commit
1b9c1bfa34
|
@ -55,7 +55,7 @@ class LikePipeline implements ShouldQueue
|
|||
return;
|
||||
}
|
||||
|
||||
if($status->url && $actor->domain == null) {
|
||||
if($status->url && $actor->domain !== null) {
|
||||
return $this->remoteLikeDeliver();
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue