Open chat when joining a channel with guests

(and close it when leaving a channel again)
This commit is contained in:
Conrad Irwin 2024-01-12 15:08:14 -07:00
parent f0d490c671
commit 50f3bbbc8b
4 changed files with 35 additions and 11 deletions

View file

@ -58,7 +58,7 @@ pub fn init(app_state: &Arc<AppState>, cx: &mut AppContext) {
}
}
room::Event::Left => {
room::Event::Left { .. } => {
for (_, windows) in notification_windows.drain() {
for window in windows {
window