Rotate session keys properly
This commit is contained in:
parent
61c5dffffd
commit
569ea5b5f4
6 changed files with 121 additions and 70 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue