mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 21:44:52 -04:00
Settings Fix deleting e2e room keys on xenial (#4295)
This commit is contained in:
parent
cef8ae272a
commit
e93a0ebf50
2 changed files with 2 additions and 1 deletions
|
@ -182,7 +182,7 @@ class EndToEndRoomKeyStore(SQLBaseStore):
|
|||
|
||||
keyvalues = {
|
||||
"user_id": user_id,
|
||||
"version": version,
|
||||
"version": int(version),
|
||||
}
|
||||
if room_id:
|
||||
keyvalues['room_id'] = room_id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue