1
0
mirror of https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks.git synced 2025-09-09 15:40:45 +02:00

Fix message for telegram user chat id (#1864)

This commit is contained in:
Philipp
2023-07-16 19:52:30 +02:00
committed by GitHub
parent 7fc144b8ea
commit 3ac640a07a

View File

@@ -178,7 +178,7 @@ if [ -n "$F_cmd" ]; then
if [ -n "${F_userChatID+x}" ]; then
F_userChatID=$(printf '%b' "${F_userChatID//%/\\x}")
rewrite_config /system/sdcard/config/telegram.conf userChatId "\"$F_userChatID\""
echo "Matrix server host set to $F_userChatID<br/>"
echo "Telegram user chat id set to $F_userChatID<br/>"
fi
;;
save_config_matrix)