dendrite
dendrite copied to clipboard
Considerations for a new config version
(As a reminder) Things to consider when we're creating a new config version:
- Rename
user_api.account_databasetouser_api.database - Use
time.Durationfor all*_msentries (see https://github.com/matrix-org/dendrite/pull/2410) -
Disable/Enableoptions should be consistent (either we useEnableORDisable)