diff --git a/lib/shared/thread-utils.js b/lib/shared/thread-utils.js --- a/lib/shared/thread-utils.js +++ b/lib/shared/thread-utils.js @@ -176,11 +176,11 @@ return hasPermission(threadInfo.currentUser.permissions, permission); } - const threadFrozen = innerThreadFrozenDueToBlock( + const threadFrozen = threadIsWithBlockedUserOnlyWithoutAdminRoleCheck( threadInfo, loggedInUserInfo.id, userInfos, - true, + false, ); const permissions = threadFrozen