Implement stateless sync; erase all the sync tokens.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -167,14 +167,6 @@ impl Service {
|
||||
|
||||
debug!("Final stages of deleting the room");
|
||||
|
||||
debug!("Deleting room sync tokens from our database");
|
||||
self.services
|
||||
.user
|
||||
.delete_room_synctokens(room_id)
|
||||
.await
|
||||
.log_err()
|
||||
.ok();
|
||||
|
||||
debug!("Deleting room state hash from our database");
|
||||
self.services
|
||||
.state
|
||||
|
||||
Reference in New Issue
Block a user