summary refs log tree commit diff
path: root/synapse/config/api.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Attempt to make default config more consistentRichard van der Hoff2019-02-191-0/+1
| | | | | | The general idea here is that config examples should just have a hash and no extraneous whitespace, both to make it easier for people who don't understand yaml, and to make the examples stand out from the comments.
* by default include m.room.encryption on invites (#3902)Matthew Hodgson2019-01-301-0/+2
| | | | | | | | * by default include m.room.encryption on invites * fix constant * changelog
* run isortAmber Brown2018-07-091-2/+2
|
* config,handlers/_base: added homeserver config for what state is included in ↵Patrik Oldsberg2016-03-041-0/+40
a room invite Signed-off-by: Patrik Oldsberg <patrik.oldsberg@ericsson.com>