mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 15:06:30 +03:00
feat: add IncomingReaction.chat_id (#6459)
For the same reasons as mentioned in #6356 and to streamline the "Incoming" Event API. (all have a chat_id)
This commit is contained in:
@@ -97,6 +97,9 @@ pub enum EventType {
|
||||
|
||||
/// Reactions for the message changed.
|
||||
IncomingReaction {
|
||||
/// ID of the chat which the message belongs to.
|
||||
chat_id: ChatId,
|
||||
|
||||
/// ID of the contact whose reaction set is changed.
|
||||
contact_id: ContactId,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user