mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Update config
escape old values starting with # by \# and eventually \*# by \# too
This commit is contained in:
parent
2e4e56ba1c
commit
086a58a74d
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ set__allowed_local_3pids_msisdn() {
|
|||
|
||||
get__auto_join_rooms() {
|
||||
auto_join_rooms=$(ynh_app_setting_get --app $app --key auto_join_rooms)
|
||||
auto_join_rooms=$(echo ${auto_join_rooms} | sed "s~(\\\\)*\#~\\\\\#~g")
|
||||
echo "${auto_join_rooms}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue