Document that Param::Arg4 is also used for resent messages

This commit is contained in:
Hocuri
2026-04-21 14:51:30 +02:00
parent b10d54d6ef
commit cc818d9099

View File

@@ -136,6 +136,10 @@ pub enum Param {
/// For "MemberAddedToGroup" and "MemberRemovedFromGroup",
/// 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.
Arg4 = b'H',