diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2023-06-13 19:51:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-13 19:51:47 +0200 |
commit | 59ec4a0dc1404991935e3c29abe548affa0446bf (patch) | |
tree | 697be72326a119dca49794bc7e1f2a1bfed95877 | |
parent | Avoid backfill when we already have messages to return (#15737) (diff) | |
download | synapse-59ec4a0dc1404991935e3c29abe548affa0446bf.tar.xz |
Fix MSC3983 support: only one OTK per device was returned through federation (#15770)
-rw-r--r-- | changelog.d/15770.bugfix | 1 | ||||
-rw-r--r-- | synapse/federation/federation_server.py | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/changelog.d/15770.bugfix b/changelog.d/15770.bugfix new file mode 100644 |