diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-07-23 16:47:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-23 16:47:36 -0400 |
commit | fefe9943ef008b00bc85f80a486323279e63d117 (patch) | |
tree | 20f36b6567bf8f265100053c2b8c3b37e4e07b39 /changelog.d | |
parent | Update the auth providers to be async. (#7935) (diff) | |
download | synapse-fefe9943ef008b00bc85f80a486323279e63d117.tar.xz |
Convert presence handler helpers to async/await. (#7939)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7939.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7939.misc b/changelog.d/7939.misc new file mode 100644 index 0000000000..798833b3af --- /dev/null +++ b/changelog.d/7939.misc @@ -0,0 +1 @@ +Convert presence handler helpers to async/await. |