diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-02-03 21:15:08 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-02-03 22:28:45 +0000 |
commit | 4b4536dd02cc1128335383b6cc36afc1f0f6d71c (patch) | |
tree | 7e02a950427ff207b4f243fb539a156d3bd3ee5b | |
parent | make FederationClient.get_missing_events async (diff) | |
download | synapse-4b4536dd02cc1128335383b6cc36afc1f0f6d71c.tar.xz |
newsfile
-rw-r--r-- | changelog.d/6840.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6840.misc b/changelog.d/6840.misc new file mode 100644 index 0000000000..0496f12de8 --- /dev/null +++ b/changelog.d/6840.misc @@ -0,0 +1 @@ +Port much of `synapse.handlers.federation` to async/await. |