diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-11-15 14:02:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-15 14:02:34 +0000 |
commit | 657d614f6a53f3dbfd2858bd85d0f81563db0041 (patch) | |
tree | 6ef5a4a9a9b3aaa14f0e80989c23445b59de3d38 /changelog.d | |
parent | Add optional python dependencies to snap packaging (#6317) (diff) | |
download | synapse-657d614f6a53f3dbfd2858bd85d0f81563db0041.tar.xz |
Replace UPDATE with UPSERT on device_max_stream_id table (#6363)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6363.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6363.bugfix b/changelog.d/6363.bugfix new file mode 100644 index 0000000000..d023b49181 --- /dev/null +++ b/changelog.d/6363.bugfix @@ -0,0 +1 @@ +Fix `to_device` stream ID getting reset every time Synapse restarts, which had the potential to cause unable to decrypt errors. \ No newline at end of file |