mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update Inbox worker
This commit is contained in:
parent
fee25d44e0
commit
f059d2fdd1
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ class Inbox
|
|||
->exists() ||
|
||||
FollowRequest::whereFollowerId($actor->id)
|
||||
->whereFollowingId($target->id)
|
||||
->exists();
|
||||
->exists()
|
||||
) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue