Make it compile

This commit is contained in:
Hocuri
2025-07-21 17:36:50 +02:00
parent 382023de11
commit 547f750073
2 changed files with 4 additions and 3 deletions

View File

@@ -175,7 +175,7 @@ pub enum Param {
/// For Chats of type [`Chattype::OutBroadcast`] and [`Chattype::InBroadcast`]: // TODO (or just OutBroadcast)
/// The symmetric key shared among all chat participants,
/// used to encrypt and decrypt messages.
SymmetricKey = b'z', // TODO remove this again
SymmetricKey = b'z', // TODO remove this
/// For Contacts: If this is the List-Post address of a mailing list, contains
/// the List-Id of the mailing list (which is also used as the group id of the chat).