1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-25 17:26:43 +00:00

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

View file

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