matrix-notifier: use 'auto' default message type

This is the one that makes most sense in CI.
This commit is contained in:
Bruno BELANYI 2021-06-12 19:14:29 +02:00
parent 0f701ddbe2
commit dfbc17b518

View file

@ -101,7 +101,7 @@ send_message() {
"$ADDRESS/_matrix/client/r0/rooms/$(rawurlencode "$ROOM")/send/m.room.message?access_token=$(rawurlencode "$token")" 2>/dev/null "$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 while [ $# -gt 0 ]; do
opt="$1" opt="$1"