compat: Remove SOCIAL_AUTH_SYNC_CUSTOM_ATTRS_DICT.

This commit is contained in:
Mateusz Mandera
2025-05-17 19:22:58 +02:00
committed by Tim Abbott
parent dd5ae0af44
commit ee1801feba
4 changed files with 4 additions and 15 deletions

View File

@@ -142,6 +142,8 @@ _Unreleased_
- Zulip's incoming email integration was simplified to no longer use
`postfix`. Installations using the integration will automatically
uninstall `postfix` when upgraded.
- The `SOCIAL_AUTH_SYNC_CUSTOM_ATTRS_DICT` setting has been removed.
It was deprecated in favor of `SOCIAL_AUTH_SYNC_ATTRS_DICT` in 10.0.
## Zulip Server 10.x series