diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-08-14 10:30:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-14 10:30:16 -0400 |
commit | b069b78bb4fc9ce005cc84099e208497a0789ddc (patch) | |
tree | 57d5f61c95e3d2856b0a24e362b2504b558a29b3 /changelog.d/8075.misc | |
parent | Convert receipts and events databases to async/await. (#8076) (diff) | |
download | synapse-b069b78bb4fc9ce005cc84099e208497a0789ddc.tar.xz |
Convert pusher databases to async/await. (#8075)
Diffstat (limited to 'changelog.d/8075.misc')
-rw-r--r-- | changelog.d/8075.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8075.misc b/changelog.d/8075.misc new file mode 100644 index 0000000000..dfe4c03171 --- /dev/null +++ b/changelog.d/8075.misc @@ -0,0 +1 @@ +Convert various parts of the codebase to async/await. |