diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-06-16 08:06:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-16 08:06:17 -0400 |
commit | 98c4e35e3c0659d1cedd716d11c33fb3474f548e (patch) | |
tree | 4352501fe48a7aca0ec8cecfcdc7b66042119497 /changelog.d | |
parent | Create a ListenerConfig object (#7681) (diff) | |
download | synapse-98c4e35e3c0659d1cedd716d11c33fb3474f548e.tar.xz |
Convert the device message and pagination handlers to async/await. (#7678)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7678.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7678.misc b/changelog.d/7678.misc new file mode 100644 index 0000000000..ab612200ce --- /dev/null +++ b/changelog.d/7678.misc @@ -0,0 +1 @@ +Convert the device message and pagination handlers to async/await. |