1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-07-27 17:28:36 +00:00
This commit is contained in:
avdb13 2024-07-06 22:26:33 +02:00
parent 734e84c668
commit 5e28b9158f
3 changed files with 35 additions and 31 deletions

View file

@ -114,12 +114,11 @@ exclude = ["*.clearnet.onion"]
### Default rooms
Since the validation of room aliases and IDs does validate the presence of a colon separator,
this symbol including the server name can be ommitted for local rooms.
This list should contain either room identifiers or aliases.
Opaque identifiers will be interpreted as incomplete, local aliases.
#### Example
In this example, the two configuration options are equivalent:
In this example, the opaque identifier and alias are the same:
```toml
default_rooms = ["#home", "!abc123", "#conduit:fachschaften.org"]
default_rooms = ["#home:conduit.rs", "!abc123:conduit.rs", "#conduit:fachschaften.org"]
default_rooms = ["home", "#home:conduit.rs"]
```