Fix missing sync watcher not added for knocking feature.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -30,6 +30,10 @@ pub async fn watch(&self, user_id: &UserId, device_id: &DeviceId) -> Result {
|
||||
.userroomid_leftstate
|
||||
.watch_raw_prefix(&userid_prefix)
|
||||
.boxed(),
|
||||
self.db
|
||||
.userroomid_knockedstate
|
||||
.watch_raw_prefix(&userid_prefix)
|
||||
.boxed(),
|
||||
self.db
|
||||
.userroomid_notificationcount
|
||||
.watch_raw_prefix(&userid_prefix)
|
||||
|
||||
Reference in New Issue
Block a user