Fix failure to see screenshare tracks that were started prior to joining a call
Co-authored-by: Antonio Scandurra <antonio@zed.dev>
This commit is contained in:
parent
e60dea7049
commit
f5c4a2a0dd
4 changed files with 143 additions and 6 deletions
|
@ -183,6 +183,11 @@ impl UserStore {
|
|||
}
|
||||
}
|
||||
|
||||
#[cfg(feature = "test-support")]
|
||||
pub fn clear_cache(&mut self) {
|
||||
self.users.clear();
|
||||
}
|
||||
|
||||
async fn handle_update_invite_info(
|
||||
this: ModelHandle<Self>,
|
||||
message: TypedEnvelope<proto::UpdateInviteInfo>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue