Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3528292
D9935.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
505 B
Referenced Files
None
Subscribers
None
D9935.diff
View Options
diff --git a/lib/utils/entity-helpers.js b/lib/utils/entity-helpers.js
--- a/lib/utils/entity-helpers.js
+++ b/lib/utils/entity-helpers.js
@@ -93,7 +93,7 @@
function useResolvedThreadInfosObj(
threadInfosObj: { +[id: string]: ThreadInfo },
options?: ?UseENSNamesOptions,
-): { +[id: string]: ResolvedThreadInfo } {
+): { +[id: string]: ResolvedThreadInfo | MinimallyEncodedResolvedThreadInfo } {
const threadInfosArray = React.useMemo(
() => values(threadInfosObj),
[threadInfosObj],
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 25, 8:53 AM (10 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2702142
Default Alt Text
D9935.diff (505 B)
Attached To
Mode
D9935: [lib] Update `useResolvedThreadInfosObj` return type
Attached
Detach File
Event Timeline
Log In to Comment