Support listing room members (#6)
This commit is contained in:
@@ -94,10 +94,6 @@ impl ChatState {
|
||||
return;
|
||||
}
|
||||
|
||||
if matches!(act, EditorAction::History(_)) {
|
||||
return;
|
||||
}
|
||||
|
||||
if !store.application.settings.tunables.typing_notice {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user