summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-06-08 10:13:24 -0400
committerGitHub <noreply@github.com>2020-06-08 10:13:24 -0400
commit375ca0ccebb0af90a27fe87be82459b395f4f322 (patch)
tree16ac843af7eac982e39aab1dfa7abb01f482a472 /changelog.d
parentConvert user directory handler and related classes to async/await. (#7640) (diff)
downloadsynapse-375ca0ccebb0af90a27fe87be82459b395f4f322.tar.xz
Accept device information at the login fallback endpoint. (#7629)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7629.bugfix1
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.