feat: end to end encryption
This commit is contained in:
parent
4fb79ebb4c
commit
7fc71b3968
7 changed files with 461 additions and 65 deletions
|
@ -3,8 +3,8 @@ use ruma_events::{collections::only::Event as EduEvent, EventJson};
|
|||
use ruma_identifiers::UserId;
|
||||
|
||||
pub struct GlobalEdus {
|
||||
//pub globalallid_globalall: sled::Tree, // ToDevice, GlobalAllId = UserId + Count
|
||||
pub(super) globallatestid_globallatest: sled::Tree, // Presence, GlobalLatestId = Count + UserId
|
||||
//pub globalallid_globalall: sled::Tree, // ToDevice, GlobalAllId = UserId + Count
|
||||
}
|
||||
|
||||
impl GlobalEdus {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue