isSuspendedEither
This commit is contained in:
parent
ab61baa3ea
commit
1ae7150157
|
@ -137,7 +137,7 @@ export class UserSuspendService {
|
||||||
// ユーザーが削除されている場合は何もしないでおく
|
// ユーザーが削除されている場合は何もしないでおく
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (follower.isSuspended || follower.isRemoteSuspended) {
|
if (this.userEntityService.isSuspendedEither(follower)) {
|
||||||
// フォロー関係を復元しない
|
// フォロー関係を復元しない
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue