summary refs log tree commit diff
path: root/synapse/config/server_notices_config.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Attempt to make default config more consistentRichard van der Hoff2019-02-191-5/+5
| | | | | | 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.
* run isortAmber Brown2018-07-091-1/+2
|
* Allow overriding the server_notices user's avatarRichard van der Hoff2018-05-231-3/+12
| | | | probably should have done this in the first place, like @turt2live suggested.
* Replace inline docstrings with "Attributes" in class docstringRichard van der Hoff2018-05-181-23/+15
|
* Infrastructure for a server notices roomRichard van der Hoff2018-05-171-0/+85
Server Notices use a special room which the user can't dismiss. They are created on demand when some other bit of the code calls send_notice. (This doesn't actually do much yet becuse we don't call send_notice anywhere)