Page MenuHomePhabricator

D9935.diff
No OneTemporary

D9935.diff

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

Mime Type
text/plain
Expires
Sat, Oct 19, 1:28 AM (22 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2320608
Default Alt Text
D9935.diff (505 B)

Event Timeline