Skip to content

Commit ac2e36b

Browse files
authored
Correct Jitsi preferred_domain property
As of matrix-org/matrix-react-sdk#8062 / #21429 this should have been snake case rather than camelCase
1 parent e68583a commit ac2e36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/jitsi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ to your [config](./config.md) the following:
3030
```json
3131
{
3232
"jitsi": {
33-
"preferredDomain": "your.jitsi.example.org"
33+
"preferred_domain": "your.jitsi.example.org"
3434
}
3535
}
3636
```

0 commit comments

Comments
 (0)