move typing feature up one level out of rooms.edus.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
89a919ce75
commit
9790477b0e
8 changed files with 10 additions and 20 deletions
|
@ -97,7 +97,7 @@ impl service::globals::Data for KeyValueDatabase {
|
|||
|
||||
// EDUs
|
||||
futures.push(Box::pin(async move {
|
||||
let _result = services().rooms.edus.typing.wait_for_update(&room_id).await;
|
||||
let _result = services().rooms.typing.wait_for_update(&room_id).await;
|
||||
}));
|
||||
|
||||
futures.push(self.readreceiptid_readreceipt.watch_prefix(&roomid_prefix));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue