diff options
author | Quentin Gliech <quenting@element.io> | 2022-09-20 15:18:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-20 15:18:07 +0200 |
commit | 85fc7ea1a1fb38424923dd1ff117405aea04c33c (patch) | |
tree | 4bb0930a6d4de15c636d2f98cfa494cc934549d7 /changelog.d | |
parent | Generate separate snapshots for logical databases (#13792) (diff) | |
download | synapse-85fc7ea1a1fb38424923dd1ff117405aea04c33c.tar.xz |
Remove the `complete_sso_login` method from the Module API which was deprecated in Synapse 1.13.0. (#13843)
Signed-off-by: Quentin Gliech <quenting@element.io>
Diffstat (limited to '')
-rw-r--r-- | changelog.d/13843.removal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13843.removal b/changelog.d/13843.removal new file mode 100644 index 0000000000..f6caaa8895 --- /dev/null +++ b/changelog.d/13843.removal @@ -0,0 +1 @@ +Remove the `complete_sso_login` method from the Module API which was deprecated in Synapse 1.13.0. |