Merge pull request #2195 from pixelfed/staging

Update Inbox worker
This commit is contained in:
daniel 2020-05-21 17:46:04 -06:00 committed by GitHub
commit 4d512fac49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}