Update Inbox worker

This commit is contained in:
Daniel Supernault 2020-05-21 17:45:31 -06:00
parent fee25d44e0
commit f059d2fdd1
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

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