mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Reduce CPU usage by instead fetching read receipts after related sync events (#168)
This commit is contained in:
parent
df3148b9f5
commit
b2b47ed7a0
4 changed files with 123 additions and 81 deletions
|
@ -153,7 +153,8 @@ pub fn mock_room() -> RoomInfo {
|
|||
keys: mock_keys(),
|
||||
messages: mock_messages(),
|
||||
|
||||
receipts: HashMap::new(),
|
||||
event_receipts: HashMap::new(),
|
||||
user_receipts: HashMap::new(),
|
||||
read_till: None,
|
||||
reactions: HashMap::new(),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue