diff options
author | Erik Johnston <erik@matrix.org> | 2020-02-26 15:33:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-26 15:33:26 +0000 |
commit | 1f773eec912e4908ab60f7823f5c0a024261af4d (patch) | |
tree | 3b75bb043a46554b1296003cd9974a0b35ce6a8c /changelog.d | |
parent | Updated warning for incorrect database collation/ctype (#6985) (diff) | |
download | synapse-1f773eec912e4908ab60f7823f5c0a024261af4d.tar.xz |
Port PresenceHandler to async/await (#6991)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6991.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6991.misc b/changelog.d/6991.misc new file mode 100644 index 0000000000..5130f4e8af --- /dev/null +++ b/changelog.d/6991.misc @@ -0,0 +1 @@ +Port `synapse.handlers.presence` to async/await. |