Update Inbox worker

pull/2195/head
Daniel Supernault 5 years ago
parent fee25d44e0
commit f059d2fdd1
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

Loading…
Cancel
Save