synapse/synapse/events
Eric Eastwood d61bdff7a4
Remove SYNAPSE_USE_FROZEN_DICTS environment variable (#18123)
I got rid of the `SYNAPSE_USE_FROZEN_DICTS` environment variable because
it will be overridden by the Synapse worker apps anyway and if we want
to support `SYNAPSE_USE_FROZEN_DICTS`, it should be in
`synapse/config/server.py`. It's also not documented so I'm assuming no
one is using it anyway.

Spawning from looking at the frozen dict stuff during the review of
https://github.com/element-hq/synapse/pull/18103#discussion_r1935876168
2025-03-18 05:53:21 -05:00
..
__init__.py Remove SYNAPSE_USE_FROZEN_DICTS environment variable (#18123) 2025-03-18 05:53:21 -05:00
auto_accept_invites.py Never autojoin deactivated & suspended users. (#18073) 2025-01-28 00:37:24 +00:00
builder.py Fix join being denied after being invited over federation (#18075) 2025-01-27 11:21:10 -06:00
presence_router.py Format files with Ruff (#17643) 2024-09-02 12:39:04 +01:00
snapshot.py Fix bug when rejecting withdrew invite with a third_party_rules module (#17930) 2024-12-10 14:26:38 +00:00
utils.py Sliding Sync: Update filters to be robust against remote invite rooms (#17450) 2024-07-30 13:20:29 -05:00
validator.py import pydantic objects from the _pydantic_compat module (#17667) 2024-09-11 21:01:43 +00:00