diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2021-09-06 16:23:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-06 16:23:50 +0200 |
commit | 8c9e723fe0414c7d93aa93180cdedc163b2058c5 (patch) | |
tree | d669c8d764d988207b44db1de0b1648350582889 /synapse/config/sso.py | |
parent | Support MSC3375: room version 9. (#10747) (diff) | |
download | synapse-8c9e723fe0414c7d93aa93180cdedc163b2058c5.tar.xz |
Add a warning when using deprecated template_dir settings (#10768)
The deprecation itself happened in #10596 which shipped with Synapse v1.41.0. However, it doesn't seem fair to suddenly drop support for these settings in ~4-6w without being more vocal about said deprecation.
Diffstat (limited to 'synapse/config/sso.py')
-rw-r--r-- | synapse/config/sso.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/synapse/config/sso.py b/synapse/config/sso.py |