mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Fetch scrollback history independently of main loop (#39)
This commit is contained in:
parent
6a0722795a
commit
61897ea6f2
4 changed files with 149 additions and 137 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue