Breaking changes:
Removed port setting (fixes #9) Throw errors when weird/faulty matrix url (work on #10) Added neturl for url parsing
This commit is contained in:
@@ -62,12 +62,13 @@ secure.trusted_mods = matrix
|
||||
|
||||
* `matrix.password`: Password for Matrix user
|
||||
|
||||
* `matrix.server`: Server to connect to, include http(s), `https://matrix.org`
|
||||
|
||||
* `matrix.port`: Server port, default `8448`
|
||||
* `matrix.server`: Server to connect to, include http(s) and port, `https://matrix.org`
|
||||
|
||||
* `matrix.room_id`: Room to join, `room_id` in matrix. Always starts with `!`
|
||||
|
||||
### Removed, don't use
|
||||
* `matrix.port`: Server port, default `8448`
|
||||
|
||||
|
||||
## License
|
||||
|
||||
|
||||
Reference in New Issue
Block a user