Page MenuHomePhorge

D5801.1767091366.diff
No OneTemporary

Size
588 B
Referenced Files
None
Subscribers
None

D5801.1767091366.diff

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

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)

Event Timeline