This commit is contained in:
2026-07-30 15:46:55 +07:00
parent e8c57483db
commit ee007611b3
5 changed files with 92 additions and 160 deletions

View File

@@ -298,8 +298,11 @@ impl ChatRegistry {
})?;
}
Signal::Eose => {
this.update(cx, |this, cx| {
this.update(cx, |this, _cx| {
this.tracking.store(false, Ordering::Release);
})?;
this.update(cx, |this, cx| {
this.get_rooms(cx);
})?;
}