Page MenuHomePhorge

D13769.1768951838.diff
No OneTemporary

Size
588 B
Referenced Files
None
Subscribers
None

D13769.1768951838.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
@@ -1409,16 +1409,16 @@
}
function getCommunity(
- parentThreadInfo:
+ threadInfo:
| ?ServerThreadInfo
| LegacyRawThreadInfo
| RawThreadInfo
| ThreadInfo,
): ?string {
- if (!parentThreadInfo) {
+ if (!threadInfo) {
return null;
}
- const { id, community, type } = parentThreadInfo;
+ const { id, community, type } = threadInfo;
if (community !== null && community !== undefined) {
return community;
}

File Metadata

Mime Type
text/plain
Expires
Tue, Jan 20, 11:30 PM (18 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5963782
Default Alt Text
D13769.1768951838.diff (588 B)

Event Timeline