Disable riot-web's welcome bot

I've not found this welcome bot to work at all in my previous attempts.
It would simply not reply, even though federation works.

It seems like this is also a potential privacy issue, as per
https://gist.github.com/maxidorius/5736fd09c9194b7a6dc03b6b8d7220d0
This commit is contained in:
Slavi Pantaleev 2019-06-14 07:40:24 +03:00
parent 2e16257e50
commit 3956b300ed
2 changed files with 3 additions and 1 deletions

View File

@ -438,6 +438,8 @@ matrix_riot_web_enable_presence_by_hs_url: |
else {matrix_riot_web_default_hs_url: false}
}}
matrix_riot_web_welcome_user_id: ~
######################################################################
#
# /matrix-riot-web

View File

@ -14,7 +14,7 @@
"roomDirectory": {
"servers": {{ matrix_riot_web_roomdir_servers|to_json }}
},
"welcomeUserId": {{ matrix_riot_web_welcome_user_id|string|to_json }},
"welcomeUserId": {{ matrix_riot_web_welcome_user_id|to_json }},
{% if matrix_riot_web_enable_presence_by_hs_url is not none %}
"enable_presence_by_hs_url": {{ matrix_riot_web_enable_presence_by_hs_url|to_json }},
{% endif %}