matrix-notifier: use 'notice' default message type

This commit is contained in:
Bruno BELANYI 2021-06-12 18:57:27 +02:00
parent e017deeaa7
commit abf66aa479
1 changed files with 1 additions and 1 deletions

View File

@ -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"