Commit fcd7026 1 parent ecbec41 commit fcd7026 Copy full SHA for fcd7026
File tree 2 files changed +8
-2
lines changed
deltachat-jsonrpc/src/api/types
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,10 @@ pub enum EventType {
98
98
contact_id : u32 ,
99
99
} ,
100
100
101
- /// Incoming reaction, should be notified.
101
+ /// A reaction to one's own sent message received.
102
+ /// Typically, the UI will show a notification for that.
103
+ ///
104
+ /// In addition to this event, ReactionsChanged is emitted.
102
105
#[ serde( rename_all = "camelCase" ) ]
103
106
IncomingReaction {
104
107
chat_id : u32 ,
Original file line number Diff line number Diff line change @@ -95,7 +95,10 @@ pub enum EventType {
95
95
contact_id : ContactId ,
96
96
} ,
97
97
98
- /// Reactions for the message changed.
98
+ /// A reaction to one's own sent message received.
99
+ /// Typically, the UI will show a notification for that.
100
+ ///
101
+ /// In addition to this event, ReactionsChanged is emitted.
99
102
IncomingReaction {
100
103
/// ID of the chat which the message belongs to.
101
104
chat_id : ChatId ,
You can’t perform that action at this time.
0 commit comments