diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-02-03 16:30:21 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-02-03 16:30:21 +0000 |
commit | e49eb1a886c6f139887b1e71f8234e02e738a84a (patch) | |
tree | 8b816ac1d4110320dd386587faccfa07b6a4bea1 /changelog.d | |
parent | make FederationHandler.user_joined_room async (diff) | |
download | synapse-e49eb1a886c6f139887b1e71f8234e02e738a84a.tar.xz |
changelog
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6837.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6837.misc b/changelog.d/6837.misc new file mode 100644 index 0000000000..0496f12de8 --- /dev/null +++ b/changelog.d/6837.misc @@ -0,0 +1 @@ +Port much of `synapse.handlers.federation` to async/await. |