Merge pull request #2195 from pixelfed/staging

Update Inbox worker
pull/2248/head
daniel 5 years ago committed by GitHub
commit 4d512fac49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save