Add msc2697_enabled

This commit is contained in:
Half-Shot 2026-01-06 14:46:50 +00:00
parent 5f154c77f9
commit de205f9911

View File

@ -175,6 +175,11 @@ const DEFAULT_CONFIG = {
* MSC4143 Matrix RTC: Required for `matrix_rtc` configuration.
*/
msc4143_enabled: false,
/**
* MSC2697: Device dehydration.
* This is ON by default in Synapse.
*/
msc2697_enabled: true,
},
matrix_rtc: undefined as
| undefined