Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32508937
D5801.1767091366.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
588 B
Referenced Files
None
Subscribers
None
D5801.1767091366.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
Tue, Dec 30, 10:42 AM (19 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5867002
Default Alt Text
D5801.1767091366.diff (588 B)
Attached To
Mode
D5801: [lib] introduced action field to reaction type
Attached
Detach File
Event Timeline
Log In to Comment