Open chat when joining a channel with guests
(and close it when leaving a channel again)
This commit is contained in:
parent
f0d490c671
commit
50f3bbbc8b
4 changed files with 35 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue