Switch msg type to m.notice

This commit is contained in:
Magnus Walbeck 2020-07-19 22:01:45 +02:00
parent 75a253f1a0
commit b0c6bc8b8b
Signed by: mwalbeck
GPG key ID: CCB78CFF3F950769
2 changed files with 2 additions and 2 deletions

View file

@ -68,7 +68,7 @@ class PushMessage(PluginBase):
)
payload = {
"msgtype": "m.text",
"msgtype": "m.notice",
"format": "org.matrix.custom.html",
"body": body,
"formatted_body": formatted_body,

View file

@ -1,6 +1,6 @@
from setuptools import setup, find_packages
version = "0.0.3"
version = "0.0.4"
setup(
name="alerta-matrix",