From b097f088c8cc12ea7eb64d9b0158a722de1cabee Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Mon, 5 Apr 2021 02:32:59 +0200 Subject: [PATCH] modules: processUpdates: fix inform chat if blocked --- modules/processUpdates.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/processUpdates.sh b/modules/processUpdates.sh index fbabf9d..9a5050d 100644 --- a/modules/processUpdates.sh +++ b/modules/processUpdates.sh @@ -4,7 +4,7 @@ # File: processUpdates.sh # Note: DO NOT EDIT! this file will be overwritten on update # -#### $$VERSION$$ v1.51-dev-19-gf7f55ea +#### $$VERSION$$ v1.51-dev-20-ge4c13dd ################################################################## ############## @@ -62,7 +62,7 @@ process_multi_updates() { # processing of a single array item of update # $1 array index process_update() { - local chatuser="User" num="$1" debug="$2" + local chatuser="Chat" num="$1" debug="$2" pre_process_message "${num}" # log message on debug [[ -n "${debug}" ]] && log_message "New Message ==========\n$(grep -F '["result",'"${num}" <<<"${UPDATE}")"