1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-19 22:15:49 +00:00
synapse/changelog.d
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
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
17810.feature MSC4140: don't cancel delayed state on own state (#17810) 2025-03-17 16:21:45 +00:00
18123.misc Remove SYNAPSE_USE_FROZEN_DICTS environment variable (#18123) 2025-03-18 05:53:21 -05:00
18211.misc Fix detection of workflow failures in the release script. (#18211) 2025-03-13 14:52:00 +00:00
18224.doc Fix: corrected routing path for workers doc (#18224) 2025-03-13 11:56:22 +00:00
18235.misc Add caching support to media endpoints (#18235) 2025-03-13 16:28:19 +00:00