mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 10:45:51 +03:00
Correct Jitsi preferred_domain property (#25813)
This commit is contained in:
parent
e68583a6e2
commit
42afb0199f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ to your [config](./config.md) the following:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"jitsi": {
|
"jitsi": {
|
||||||
"preferredDomain": "your.jitsi.example.org"
|
"preferred_domain": "your.jitsi.example.org"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue