Fix remote follow (#2606)

This commit is contained in:
MeiMei 2018-09-04 18:33:16 +09:00 committed by syuilo
parent a0735b0e7a
commit eaec936fa6
8 changed files with 18 additions and 16 deletions

View file

@ -432,10 +432,10 @@ export const pack = (
followerId: _user.id,
followeeId: meId
}),
_user.isLocked ? FollowRequest.findOne({
FollowRequest.findOne({
followerId: meId,
followeeId: _user.id
}) : Promise.resolve(null),
}),
FollowRequest.findOne({
followerId: _user.id,
followeeId: meId