isSuspendedEither

This commit is contained in:
tamaina 2025-07-17 16:02:17 +09:00
parent ab61baa3ea
commit 1ae7150157
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ export class UserSuspendService {
// ユーザーが削除されている場合は何もしないでおく
return;
}
if (follower.isSuspended || follower.isRemoteSuspended) {
if (this.userEntityService.isSuspendedEither(follower)) {
// フォロー関係を復元しない
return;
}