Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-02-24 | Fix minor issues with email config (#6962) | Richard van der Hoff | 3 | -40/+36 | |
* Give `notif_template_html`, `notif_template_text` default values (fixes #6960) * Don't complain if `smtp_host` and `smtp_port` are unset, since they have sensible defaults (fixes #6961) * Set the example for `enable_notifs` to `True`, for consistency and because it's more useful * Raise errors as ConfigError rather than RuntimeError for nicer formatting | |||||
2020-02-21 | No longer use room alias events to calculate room names for push ↵ | Patrick Cloke | 2 | -22/+15 | |
notifications. (#6966) |