fix: better migration, force e2ee device key updates
This commit is contained in:
parent
9152b877a7
commit
bef4fe50ce
2 changed files with 8 additions and 1 deletions
|
@ -563,7 +563,8 @@ async fn sync_helper(
|
|||
}
|
||||
|
||||
// Save the state after this sync so we can send the correct state diff next sync
|
||||
db.rooms.associate_token_shortstatehash(&room_id, next_batch, current_shortstatehash)?;
|
||||
db.rooms
|
||||
.associate_token_shortstatehash(&room_id, next_batch, current_shortstatehash)?;
|
||||
|
||||
let joined_room = sync_events::JoinedRoom {
|
||||
account_data: sync_events::RoomAccountData {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue