summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorQuentin Gliech <quenting@element.io>2022-09-27 15:38:14 +0200
committerGitHub <noreply@github.com>2022-09-27 14:38:14 +0100
commit50c92f3a692a745d2b42f9731af4da493fa27715 (patch)
tree34652c0b269047168978754d21148ec97182b3ac /changelog.d
parentMerge branch 'master' into develop (diff)
downloadsynapse-50c92f3a692a745d2b42f9731af4da493fa27715.tar.xz
Carry IdP Session IDs through user-mapping sessions. (#13839)
Since #11482, we're saving sessions IDs from upstream IdPs, but we've been losing them when the user goes through a user mapping session on account registration.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13839.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13839.misc b/changelog.d/13839.misc
new file mode 100644
index 0000000000..549872c90f
--- /dev/null
+++ b/changelog.d/13839.misc
@@ -0,0 +1 @@
+Carry IdP Session IDs through user-mapping sessions.