matrix-notifier: use 'auto' default message type
This is the one that makes most sense in CI.
This commit is contained in:
parent
0f701ddbe2
commit
dfbc17b518
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue