Skip to content

Commit f0011a0

Browse files
committed
Merge branches 'develop' and 't3chguy/app_load4' of github.com:vector-im/riot-web into t3chguy/app_load4
2 parents 6584ff2 + 6b19653 commit f0011a0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ For a good example, see https://riot.im/develop/config.json.
100100
1. `disable_3pid_login`: Disables 3rd party identity options on login and registration form
101101
Defaults to false (3rd party identity options are shown).
102102
1. `default_federate`: Default option for room federation when creating a room
103-
Defaults to false (room federation enabled).
103+
Defaults to true (room federation enabled).
104104

105105
Note that `index.html` also has an og:image meta tag that is set to an image
106106
hosted on riot.im. This is the image used if links to your copy of Riot

docs/jitsi.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ should start a new conference on your Jitsi server.
4040
domain will appear later in the URL as a configuration parameter.
4141

4242
**Hint**: If you want everyone on your homeserver to use the same Jitsi server by
43-
default, set the following on your homeserver's `/.well-known/matrix/client` config:
43+
default, and you are using riot-web 1.6 or newer, set the following on your homeserver's
44+
`/.well-known/matrix/client` config:
4445
```json
4546
{
4647
"im.vector.riot.jitsi": {

0 commit comments

Comments
 (0)