Update LikePipeline, fix typo

pull/1890/head
Daniel Supernault 2019-12-14 20:31:26 -07:00
rodzic 6b3c5f94c3
commit 1b9c1bfa34
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -55,7 +55,7 @@ class LikePipeline implements ShouldQueue
return;
}
if($status->url && $actor->domain == null) {
if($status->url && $actor->domain !== null) {
return $this->remoteLikeDeliver();
}