diff options
author | Erik Johnston <erik@matrix.org> | 2022-10-24 13:05:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-24 13:05:14 +0100 |
commit | 09b588854e3a6abc4ea2eaa68bb0345f23be5ce8 (patch) | |
tree | a499bc9c5b22492047630c1a45a078f838231ee5 /changelog.d | |
parent | Only build aarch64 wheels for cpython manylinux (#14259) (diff) | |
download | synapse-09b588854e3a6abc4ea2eaa68bb0345f23be5ce8.tar.xz |
Fix `TypeError: 'dict_keys' object is not reversible` (#14280)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14280.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14280.bugfix b/changelog.d/14280.bugfix new file mode 100644 index 0000000000..c546d2be48 --- /dev/null +++ b/changelog.d/14280.bugfix @@ -0,0 +1 @@ +Fix broken outbound federation when using Python 3.7. Broke in v1.70.0rc1. |