Page MenuHomePhabricator

D12290.diff
No OneTemporary

D12290.diff

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

File Metadata

Mime Type
text/plain
Expires
Thu, Nov 28, 2:16 AM (20 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2592433
Default Alt Text
D12290.diff (537 B)

Event Timeline