improvement: do not save typing edus in db
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
a47923820c
commit
019a82850d
5 changed files with 77 additions and 30 deletions
|
@ -80,6 +80,8 @@ impl Services<'_> {
|
|||
},
|
||||
typing: rooms::edus::typing::Service {
|
||||
db,
|
||||
typing: RwLock::new(BTreeMap::new()),
|
||||
last_typing_update: RwLock::new(BTreeMap::new()),
|
||||
},
|
||||
},
|
||||
event_handler: rooms::event_handler::Service,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue