Page MenuHomePhabricator

D13769.diff
No OneTemporary

D13769.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
Wed, Oct 23, 9:23 PM (21 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2354066
Default Alt Text
D13769.diff (588 B)

Event Timeline