Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3738377
D4575.id14649.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
696 B
Referenced Files
None
Subscribers
None
D4575.id14649.diff
View Options
diff --git a/lib/types/message-types.js b/lib/types/message-types.js
--- a/lib/types/message-types.js
+++ b/lib/types/message-types.js
@@ -97,8 +97,11 @@
export const messageTypes = Object.freeze({
TEXT: 0,
+ // Appears in the newly created thread
CREATE_THREAD: 1,
ADD_MEMBERS: 2,
+ // Appears in the parent when a child thread is created
+ // (historically also when a sidebar was created)
CREATE_SUB_THREAD: 3,
CHANGE_SETTINGS: 4,
REMOVE_MEMBERS: 5,
@@ -119,6 +122,7 @@
MULTIMEDIA: 15,
UPDATE_RELATIONSHIP: 16,
SIDEBAR_SOURCE: 17,
+ // Appears in the newly created sidebar
CREATE_SIDEBAR: 18,
});
export type MessageType = $Values<typeof messageTypes>;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 10, 8:57 AM (14 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2839802
Default Alt Text
D4575.id14649.diff (696 B)
Attached To
Mode
D4575: [lib] Add comments in messageTypes definition
Attached
Detach File
Event Timeline
Log In to Comment