diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2019-08-15 21:02:40 -0700 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2019-08-15 21:02:40 -0700 |
commit | e132ba79aece7cd6683ba7b3d593d772de24d95c (patch) | |
tree | e676b765bacef48b1eb747c3b2f01862f8dec125 | |
parent | update set_e2e_room_key to agree with fixed index (diff) | |
download | synapse-e132ba79aece7cd6683ba7b3d593d772de24d95c.tar.xz |
fix changelog
-rw-r--r-- | changelog.d/5857.bugfix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/5857.bugfix b/changelog.d/5857.bugfix index bfeae6a6f2..008799ccbb 100644 --- a/changelog.d/5857.bugfix +++ b/changelog.d/5857.bugfix @@ -1 +1 @@ -Add missing version field to e2e_room_keys database index. \ No newline at end of file +Fix database index so that different backup versions can have the same sessions. |