diff options
author | David Baker <dbkr@users.noreply.github.com> | 2021-07-22 15:29:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-22 15:29:27 +0100 |
commit | 7da24b975dfb10c277cf963dfddb88f55b1ca598 (patch) | |
tree | b5e55404cfc05ac84e4008770ac1538d64738060 /synapse/rest | |
parent | Move upgrade blurb (diff) | |
download | synapse-7da24b975dfb10c277cf963dfddb88f55b1ca598.tar.xz |
Always send device_one_time_keys_count (#10457)
As per comment Fixes https://github.com/matrix-org/synapse/issues/10456 See also https://github.com/vector-im/element-android/issues/3725
Diffstat (limited to 'synapse/rest')
-rw-r--r-- | synapse/rest/client/v2_alpha/sync.py | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/synapse/rest/client/v2_alpha/sync.py b/synapse/rest/client/v2_alpha/sync.py |