diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-07-27 12:32:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-27 12:32:08 -0400 |
commit | 5f65e6268146a5ae7b8dafdfe2290b791e8b4c92 (patch) | |
tree | 79b4efd8d94bd19231a39bda075624251bfa3568 /changelog.d/7951.misc | |
parent | Convert push to async/await. (#7948) (diff) | |
download | synapse-5f65e6268146a5ae7b8dafdfe2290b791e8b4c92.tar.xz |
Convert groups and visibility code to async / await. (#7951)
Diffstat (limited to 'changelog.d/7951.misc')
-rw-r--r-- | changelog.d/7951.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7951.misc b/changelog.d/7951.misc new file mode 100644 index 0000000000..cbba4fa826 --- /dev/null +++ b/changelog.d/7951.misc @@ -0,0 +1 @@ +Convert groups and visibility code to async / await. |