Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33037385
D4575.1768410654.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
696 B
Referenced Files
None
Subscribers
None
D4575.1768410654.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
Wed, Jan 14, 5:10 PM (2 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5931321
Default Alt Text
D4575.1768410654.diff (696 B)
Attached To
Mode
D4575: [lib] Add comments in messageTypes definition
Attached
Detach File
Event Timeline
Log In to Comment