diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-11-30 19:20:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-30 19:20:56 +0000 |
commit | 59e18a1333526b922b318c4165ec09570e80bf5c (patch) | |
tree | be550156cf81fc7a6cfc0a1ac97fe32e43ea5af6 /changelog.d | |
parent | Allow per-room profile to be used for server notice user (#8799) (diff) | |
download | synapse-59e18a1333526b922b318c4165ec09570e80bf5c.tar.xz |
Simplify appservice login code (#8847)
we don't need to support legacy login dictionaries here.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8847.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8847.misc b/changelog.d/8847.misc new file mode 100644 index 0000000000..5028997b04 --- /dev/null +++ b/changelog.d/8847.misc @@ -0,0 +1 @@ +Simplify `uk.half-shot.msc2778.login.application_service` login handler. |