fix: sending slowness

This commit is contained in:
Timo Kösters
2020-09-15 16:13:54 +02:00
parent 0b263208e3
commit b7ab57897b
15 changed files with 574 additions and 417 deletions

View File

@@ -13,6 +13,7 @@ use std::{
convert::{TryFrom, TryInto},
};
#[derive(Clone)]
pub struct RoomEdus {
pub(in super::super) readreceiptid_readreceipt: sled::Tree, // ReadReceiptId = RoomId + Count + UserId
pub(in super::super) roomuserid_privateread: sled::Tree, // RoomUserId = Room + User, PrivateRead = Count