diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2021-07-27 14:36:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 14:36:38 +0100 |
commit | 74d09a43d9e0f65f1292aa51f58ea676e4aefc7f (patch) | |
tree | 3e16bb542297d2e2b6a68ed79d866afec9513207 /changelog.d | |
parent | Change release script to update debian changelog for RCs (#10465) (diff) | |
download | synapse-74d09a43d9e0f65f1292aa51f58ea676e4aefc7f.tar.xz |
Always communicate device OTK counts to clients (#10485)
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10485.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10485.bugfix b/changelog.d/10485.bugfix new file mode 100644 index 0000000000..9b44006dc0 --- /dev/null +++ b/changelog.d/10485.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where Synapse would not inform clients that a device had exhausted its one-time-key pool, potentially causing problems decrypting events. |