mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-12-14 03:08:57 -05:00
unfinished untested impl of room deletion
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
0593dce8a6
commit
a94bf2cf9f
31 changed files with 400 additions and 9 deletions
|
|
@ -52,4 +52,8 @@ impl Service {
|
|||
pub fn last_privateread_update(&self, user_id: &UserId, room_id: &RoomId) -> Result<u64> {
|
||||
self.db.last_privateread_update(user_id, room_id)
|
||||
}
|
||||
|
||||
pub fn delete_all_private_read_receipts(&self, room_id: &RoomId) -> Result<()> {
|
||||
self.db.delete_all_private_read_receipts(room_id)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue