Page MenuHomePhabricator

D13769.id45326.diff
No OneTemporary

D13769.id45326.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
Thu, Oct 24, 1:50 AM (20 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2354066
Default Alt Text
D13769.id45326.diff (588 B)

Event Timeline