diff options
author | David Robertson <davidr@element.io> | 2023-01-16 12:40:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-16 12:40:25 +0000 |
commit | 85a7a201fa460c227562111fba4d3d6aef681e23 (patch) | |
tree | 26df5ce65cb0b161958963f0307ca8ef7b9c607c /changelog.d | |
parent | Bump regex from 1.7.0 to 1.7.1 (#14848) (diff) | |
download | synapse-85a7a201fa460c227562111fba4d3d6aef681e23.tar.xz |
Also use stable name in SendJoinResponse struct (#14841)
* Also use stable name in SendJoinResponse struct follow-up to #14832 * Changelog * Fix a rename I missed * Run black * Update synapse/federation/federation_client.py Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com> Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14841.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14841.misc b/changelog.d/14841.misc new file mode 100644 index 0000000000..61e7401e43 --- /dev/null +++ b/changelog.d/14841.misc @@ -0,0 +1 @@ +Faster joins: use stable identifiers from [MSC3706](https://github.com/matrix-org/matrix-spec-proposals/pull/3706). |