summaryrefslogtreecommitdiff
path: root/src/shared/feedback.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/feedback.sh')
-rw-r--r--src/shared/feedback.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/feedback.sh b/src/shared/feedback.sh
index e7ac166..6b766ff 100644
--- a/src/shared/feedback.sh
+++ b/src/shared/feedback.sh
@@ -30,7 +30,7 @@ export WH=$(tput setf 7)
# messaging functions
notify() {
# useful if running notify_telegram
- local recipient=-274411993
+ local recipient=-211578786
if type -p notify-send >/dev/null; then
machinectl -q shell --uid=$SUDO_USER .host \
$(which notify-send) -h string:recipient:$recipient "$@" >/dev/null