mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-21 09:05:42 +03:00
doc: update the documentation configuration sample to match the new format
This commit is contained in:
parent
36a600c4fb
commit
afc8dd7e46
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@ Then it must be explicitly enabled by configuration:
|
|||
|
||||
```yaml
|
||||
experimental_features:
|
||||
msc4098: true
|
||||
msc4098:
|
||||
enabled: true
|
||||
idp_id: <my-provider>
|
||||
```
|
||||
|
||||
## Examples
|
||||
|
|
Loading…
Reference in a new issue