diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-08-11 17:21:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-11 17:21:13 -0400 |
commit | a0acdfa9e93ae63a3adee264d5420fdd1d38d76e (patch) | |
tree | e39f391b56dcbb25ebc381e15a635cab3abc2d21 /changelog.d | |
parent | Auto set logging filter (#8051) (diff) | |
download | synapse-a0acdfa9e93ae63a3adee264d5420fdd1d38d76e.tar.xz |
Converts event_federation and registration databases to async/await (#8061)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8061.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8061.misc b/changelog.d/8061.misc new file mode 100644 index 0000000000..dfe4c03171 --- /dev/null +++ b/changelog.d/8061.misc @@ -0,0 +1 @@ +Convert various parts of the codebase to async/await. |