Remove welcome_user_id from Element and Schildichat
Ref: - https://github.com/matrix-org/matrix-react-sdk/pull/12153 - https://github.com/element-hq/element-web/pull/26885 Technically, it may still work for Schildichat, because it's stuck in the past. It will catch up soon anyway.
This commit is contained in:
@ -26,7 +26,6 @@
|
||||
"room_directory": {
|
||||
"servers": {{ matrix_client_schildichat_room_directory_servers | to_json }}
|
||||
},
|
||||
"welcome_user_id": {{ matrix_client_schildichat_welcome_user_id | to_json }},
|
||||
{% if matrix_client_schildichat_enable_presence_by_hs_url is not none %}
|
||||
"enable_presence_by_hs_url": {{ matrix_client_schildichat_enable_presence_by_hs_url | to_json }},
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user