diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-04-24 14:36:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-24 14:36:38 -0400 |
commit | 33bceb7f705012b7543bd13dbf4c3941833ae356 (patch) | |
tree | aca08be2571d59e01fac6228c9e47dd238621b17 /changelog.d | |
parent | Merge pull request #7337 from matrix-org/rav/fix_update_limit_assertion (diff) | |
download | synapse-33bceb7f705012b7543bd13dbf4c3941833ae356.tar.xz |
Convert some of the federation handler methods to async/await. (#7338)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7338.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7338.misc b/changelog.d/7338.misc new file mode 100644 index 0000000000..7cafd074ca --- /dev/null +++ b/changelog.d/7338.misc @@ -0,0 +1 @@ +Convert some federation handler code to async/await. |