Add upper-bound to readreceipts_since() and callsites.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-07-26 04:44:09 +00:00
parent 33a9fce828
commit c6836e51b2
7 changed files with 19 additions and 15 deletions

View File

@@ -75,6 +75,7 @@ pub async fn update(
.roomusertype_roomuserdataid
.qry(&key)
.await;
self.db
.roomusertype_roomuserdataid
.put(key, roomuserdataid);