diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-06-08 10:13:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-08 10:13:24 -0400 |
commit | 375ca0ccebb0af90a27fe87be82459b395f4f322 (patch) | |
tree | 16ac843af7eac982e39aab1dfa7abb01f482a472 /changelog.d | |
parent | Convert user directory handler and related classes to async/await. (#7640) (diff) | |
download | synapse-375ca0ccebb0af90a27fe87be82459b395f4f322.tar.xz |
Accept device information at the login fallback endpoint. (#7629)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7629.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7629.bugfix b/changelog.d/7629.bugfix new file mode 100644 index 0000000000..0debd580c5 --- /dev/null +++ b/changelog.d/7629.bugfix @@ -0,0 +1 @@ +Pass device information through to the login endpoint when using the login fallback. |