Update Inbox worker

pull/2195/head
Daniel Supernault 2020-05-21 17:45:31 -06:00
rodzic fee25d44e0
commit f059d2fdd1
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

@ -183,7 +183,7 @@ class Inbox
->exists() ||
FollowRequest::whereFollowerId($actor->id)
->whereFollowingId($target->id)
->exists();
->exists()
) {
return;
}