From 569ea5b5f475a09d6257ba5529ffa36d4074dd4d Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Mon, 15 Mar 2021 16:24:01 +0100 Subject: Rotate session keys properly --- src/CacheCryptoStructs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CacheCryptoStructs.h') diff --git a/src/CacheCryptoStructs.h b/src/CacheCryptoStructs.h index 383d7b05..c884107e 100644 --- a/src/CacheCryptoStructs.h +++ b/src/CacheCryptoStructs.h @@ -28,6 +28,7 @@ struct OutboundGroupSessionData std::string session_id; std::string session_key; uint64_t message_index = 0; + uint64_t timestamp = 0; // who has access to this session. // Rotate, when a user leaves the room and share, when a user gets added. -- cgit 1.5.1