Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3342048
D13553.id44734.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
830 B
Referenced Files
None
Subscribers
None
D13553.id44734.diff
View Options
diff --git a/web/chat/chat-thread-composer.react.js b/web/chat/chat-thread-composer.react.js
--- a/web/chat/chat-thread-composer.react.js
+++ b/web/chat/chat-thread-composer.react.js
@@ -83,7 +83,7 @@
const pendingPrivateThread = React.useRef(
createPendingThread({
viewerID,
- threadType: threadTypes.GENESIS_PRIVATE,
+ threadType: threadTypes.PRIVATE,
members: [loggedInUserInfo],
}),
);
diff --git a/web/utils/thread-utils.js b/web/utils/thread-utils.js
--- a/web/utils/thread-utils.js
+++ b/web/utils/thread-utils.js
@@ -45,7 +45,7 @@
const pendingPrivateThread = React.useRef(
createPendingThread({
viewerID: loggedInUserInfo.id,
- threadType: threadTypes.GENESIS_PRIVATE,
+ threadType: threadTypes.PRIVATE,
members: [loggedInUserInfo],
}),
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 12:19 AM (17 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2563577
Default Alt Text
D13553.id44734.diff (830 B)
Attached To
Mode
D13553: [web] Use PRIVATE instead of GENESIS_PRIVATE in baseThreadInfo passed to useExistingThreadInfoFinder
Attached
Detach File
Event Timeline
Log In to Comment