From dfbc17b518c91b00f7ad4000208b79fe71067474 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 12 Jun 2021 19:14:29 +0200 Subject: [PATCH] matrix-notifier: use 'auto' default message type This is the one that makes most sense in CI. --- matrix-notifier | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix-notifier b/matrix-notifier index bb52cb0..b92fb3e 100755 --- a/matrix-notifier +++ b/matrix-notifier @@ -101,7 +101,7 @@ send_message() { "$ADDRESS/_matrix/client/r0/rooms/$(rawurlencode "$ROOM")/send/m.room.message?access_token=$(rawurlencode "$token")" 2>/dev/null } -MSG_TYPE='notice' +MSG_TYPE='auto' while [ $# -gt 0 ]; do opt="$1"