Fix missing sync watcher not added for knocking feature.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-07-28 02:11:47 +00:00
parent ce25d79e66
commit e53366a492
2 changed files with 6 additions and 0 deletions

View File

@@ -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)