Page MenuHomePhorge

D12150.1765290508.diff
No OneTemporary

Size
688 B
Referenced Files
None
Subscribers
None

D12150.1765290508.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
@@ -878,7 +878,7 @@
threadInfo: LegacyRawThreadInfo | RawThreadInfo | ThreadInfo,
viewerID: ?string,
userInfos: UserInfos,
- checkOnlyViewerBlock?: boolean,
+ checkOnlyViewerBlock: boolean,
): boolean {
if (
threadOrParentThreadIsGroupChat(threadInfo) ||
@@ -911,7 +911,7 @@
viewerID: ?string,
userInfos: UserInfos,
): boolean {
- return threadIsWithBlockedUserOnly(threadInfo, viewerID, userInfos);
+ return threadIsWithBlockedUserOnly(threadInfo, viewerID, userInfos, false);
}
function threadFrozenDueToViewerBlock(

File Metadata

Mime Type
text/plain
Expires
Tue, Dec 9, 2:28 PM (4 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5854768
Default Alt Text
D12150.1765290508.diff (688 B)

Event Timeline