Fetch scrollback history independently of main loop (#39)

This commit is contained in:
Ulyssa
2023-03-13 10:46:26 -07:00
parent 6a0722795a
commit 61897ea6f2
4 changed files with 149 additions and 137 deletions

View File

@@ -153,6 +153,7 @@ pub fn mock_room() -> RoomInfo {
read_till: None,
reactions: HashMap::new(),
fetching: false,
fetch_id: RoomFetchStatus::NotStarted,
fetch_last: None,
users_typing: None,