3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2026-01-20 14:55:19 +00:00

Add Riot v1.0 (v1.0.1) support

This commit is contained in:
Slavi Pantaleev
2019-02-16 11:48:17 +02:00
parent b79db89221
commit 350b25690d
9 changed files with 51 additions and 328 deletions

View File

@@ -13,5 +13,8 @@
"roomDirectory": {
"servers": {{ matrix_riot_web_roomdir_servers|to_json }}
},
"welcomeUserId": {{ matrix_riot_web_welcome_user_id|to_json }}
"welcomeUserId": {{ matrix_riot_web_welcome_user_id|to_json }},
"embeddedPages": {
"homeUrl": {{ matrix_riot_web_embedded_pages_home_url|to_json }}
}
}