mirror of
https://github.com/chatmail/core.git
synced 2026-05-17 05:46:30 +03:00
Document that Param::Arg4 is also used for resent messages
This commit is contained in:
@@ -136,6 +136,10 @@ pub enum Param {
|
|||||||
/// For "MemberAddedToGroup" and "MemberRemovedFromGroup",
|
/// For "MemberAddedToGroup" and "MemberRemovedFromGroup",
|
||||||
/// this is the fingerprint added to / removed from the group.
|
/// this is the fingerprint added to / removed from the group.
|
||||||
///
|
///
|
||||||
|
/// For messages resent when adding a new member to a broadcast channel,
|
||||||
|
/// this is the fingerprint of the added member;
|
||||||
|
/// the message must only be sent to this one member then.
|
||||||
|
///
|
||||||
/// For call messages, this is the end timsetamp.
|
/// For call messages, this is the end timsetamp.
|
||||||
Arg4 = b'H',
|
Arg4 = b'H',
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user