forked from mirror/pixelfed
commit
4d512fac49
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