mirror of https://github.com/pixelfed/pixelfed.git
commit
4d512fac49
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue