Support listing room members (#6)

This commit is contained in:
Ulyssa 2023-01-04 12:51:33 -08:00
parent d038da6844
commit 8ed037afca
No known key found for this signature in database
GPG key ID: 1B3965A3D18B9B64
11 changed files with 316 additions and 52 deletions

View file

@ -94,10 +94,6 @@ impl ChatState {
return;
}
if matches!(act, EditorAction::History(_)) {
return;
}
if !store.application.settings.tunables.typing_notice {
return;
}