diff options
author | Shay <hillerys@element.io> | 2021-11-23 06:46:40 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-23 06:46:40 -0800 |
commit | 7cebaf96447a8ff50c4525ba7667f58127876c5e (patch) | |
tree | 0f1226134100c933ce1431406c21098c4ad2081d /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-7cebaf96447a8ff50c4525ba7667f58127876c5e.tar.xz |
Remove code invalidated by deprecated config flag 'trust_identity_servers_for_password_resets' (#11395)
* remove background update code related to deprecated config flag * changelog entry * update changelog * Delete 11394.removal Duplicate, wrong number * add no-op background update and change newfragment so it will be consolidated with associated work * remove unused code * Remove code associated with deprecated flag from legacy docker dynamic config file Co-authored-by: reivilibre <oliverw@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11395.removal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11395.removal b/changelog.d/11395.removal new file mode 100644 index 0000000000..6c1fd560ad --- /dev/null +++ b/changelog.d/11395.removal @@ -0,0 +1 @@ +Remove deprecated `trust_identity_server_for_password_resets` configuration flag. \ No newline at end of file |