feat: Store symmetric key non-redundantly in the database

This commit is contained in:
Hocuri
2025-07-21 17:37:17 +02:00
parent 547f750073
commit 789b923bb8
3 changed files with 17 additions and 13 deletions

View File

@@ -172,11 +172,6 @@ pub enum Param {
/// post something to the mailing list.
ListPost = b'p',
/// 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
/// 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).
ListId = b's',