diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-06-03 17:15:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-03 17:15:57 +0100 |
commit | e91abfd2919bcd42322099ecca8387a2dae9b06e (patch) | |
tree | e59704342cac86d26adbc5c4a40fea6a57a7823f /changelog.d | |
parent | Check the changelog number in check-newsfragment (#7623) (diff) | |
download | synapse-e91abfd2919bcd42322099ecca8387a2dae9b06e.tar.xz |
async/await get_user_id_by_threepid (#7620)
Based on #7619 async's `get_user_id_by_threepid` and its call stack.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7620.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7620.misc b/changelog.d/7620.misc new file mode 100644 index 0000000000..f8357ee3b6 --- /dev/null +++ b/changelog.d/7620.misc @@ -0,0 +1 @@ +Convert `get_user_id_by_threepid` to async/await. \ No newline at end of file |