mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 14:36:29 +03:00
docs: improve docstrings (#6496)
Co-authored-by: Hocuri <hocuri@gmx.de>
This commit is contained in:
@@ -95,7 +95,10 @@ pub enum EventType {
|
||||
contact_id: ContactId,
|
||||
},
|
||||
|
||||
/// Reactions for the message changed.
|
||||
/// A reaction to one's own sent message received.
|
||||
/// Typically, the UI will show a notification for that.
|
||||
///
|
||||
/// In addition to this event, ReactionsChanged is emitted.
|
||||
IncomingReaction {
|
||||
/// ID of the chat which the message belongs to.
|
||||
chat_id: ChatId,
|
||||
|
||||
Reference in New Issue
Block a user