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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user