Update changelog
This commit is contained in:
parent
5b70ec67a4
commit
2d3f5b21f7
16
CHANGELOG.md
16
CHANGELOG.md
@ -1,3 +1,18 @@
|
|||||||
|
# 2018-11-23
|
||||||
|
|
||||||
|
## Support for controlling public registration and room auto-join
|
||||||
|
|
||||||
|
The playbook now lets you enable public registration for users (controlled via `matrix_synapse_enable_registration`).
|
||||||
|
By default, public registration is forbidden.
|
||||||
|
|
||||||
|
You can also make people automatically get auto-joined to rooms (controlled via `matrix_synapse_auto_join_rooms`).
|
||||||
|
|
||||||
|
## Support for changing the welcome user id (welcome bot)
|
||||||
|
|
||||||
|
By default, `@riot-bot:matrix.org` is used to welcome newly registered users.
|
||||||
|
This can be changed to something else (or disabled) via the new `matrix_riot_web_welcome_user_id` variable.
|
||||||
|
|
||||||
|
|
||||||
# 2018-11-14
|
# 2018-11-14
|
||||||
|
|
||||||
## Ability to set Synapse log levels
|
## Ability to set Synapse log levels
|
||||||
@ -12,6 +27,7 @@ matrix_synapse_storage_sql_log_level: "INFO"
|
|||||||
matrix_synapse_root_log_level: "INFO"
|
matrix_synapse_root_log_level: "INFO"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
# 2018-11-03
|
# 2018-11-03
|
||||||
|
|
||||||
## Customize parts of Riot's config
|
## Customize parts of Riot's config
|
||||||
|
Loading…
Reference in New Issue
Block a user