Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3552380
D5801.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
588 B
Referenced Files
None
Subscribers
None
D5801.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
@@ -226,7 +226,8 @@
+creatorID: string,
+time: number,
+targetMessageID: string,
- +reaction: string | null,
+ +reaction: string,
+ +action: 'add_reaction' | 'remove_reaction',
};
export type MessageData =
@@ -342,7 +343,8 @@
+creator: RelativeUserInfo,
+time: number,
+targetMessageID: string,
- +reaction: string | null,
+ +reaction: string,
+ +action: 'add_reaction' | 'remove_reaction',
};
export type MessageInfo =
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 27, 8:07 PM (5 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2719161
Default Alt Text
D5801.diff (588 B)
Attached To
Mode
D5801: [lib] introduced action field to reaction type
Attached
Detach File
Event Timeline
Log In to Comment