mirror of https://github.com/vector-im/riot-web
fix comma error of features example
Signed-off-by: Simon Körner <github@lubiland.de>pull/5410/head
parent
8672939f0c
commit
b5629ac3e6
|
@ -6,8 +6,8 @@
|
|||
"integrations_rest_url": "https://scalar.vector.im/api",
|
||||
"bug_report_endpoint_url": "https://riot.im/bugreports/submit",
|
||||
"features": {
|
||||
"feature_groups": "labs"
|
||||
"feature_pinning": "labs",
|
||||
"feature_groups": "labs",
|
||||
"feature_pinning": "labs"
|
||||
},
|
||||
"default_federate": true,
|
||||
"roomDirectory": {
|
||||
|
|
Loading…
Reference in New Issue