From abf66aa479e28c152f4de43538ae8be14ad8d107 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 12 Jun 2021 18:57:27 +0200 Subject: [PATCH] matrix-notifier: use 'notice' default message type --- matrix-notifier | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix-notifier b/matrix-notifier index 4ad553b..0309e46 100755 --- a/matrix-notifier +++ b/matrix-notifier @@ -87,7 +87,7 @@ send_message() { "$ADDRESS/_matrix/client/r0/rooms/$(rawurlencode "$ROOM")/send/m.room.message?access_token=$(rawurlencode "$token")" 2>/dev/null } -MSG_TYPE='m.text' +MSG_TYPE='m.notice' while [ $# -gt 0 ]; do opt="$1"