diff options
author | Richard van der Hoff <richard@matrix.org> | 2021-06-29 19:55:55 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2021-06-29 19:55:55 +0100 |
commit | c0bebd00ef81bff6c0ceeb6ad610146e1a271305 (patch) | |
tree | cee2c96567832143dd590635fd39b915e924352e /changelog.d/10272.bugfix | |
parent | Move deprecation notices to the top of the changelog (diff) | |
parent | Handle inbound events from federation asynchronously (#10272) (diff) | |
download | synapse-c0bebd00ef81bff6c0ceeb6ad610146e1a271305.tar.xz |
Merge remote-tracking branch 'origin/erikj/async_federation_base_branch' into release-v1.37
Diffstat (limited to 'changelog.d/10272.bugfix')
-rw-r--r-- | changelog.d/10272.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10272.bugfix b/changelog.d/10272.bugfix new file mode 100644 index 0000000000..3cefa05788 --- /dev/null +++ b/changelog.d/10272.bugfix @@ -0,0 +1 @@ +Handle inbound events from federation asynchronously. |