improvement: do not save typing edus in db
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user