Indicate and sort on rooms with unread messages (#205)

Fixes #83
This commit is contained in:
Ulyssa
2024-02-28 09:03:28 -08:00
committed by GitHub
parent 3ed87aae05
commit a2a708f1ae
7 changed files with 271 additions and 64 deletions

View File

@@ -156,7 +156,6 @@ pub fn mock_room() -> RoomInfo {
event_receipts: HashMap::new(),
user_receipts: HashMap::new(),
read_till: None,
reactions: HashMap::new(),
fetching: false,