Switch msg type to m.notice
This commit is contained in:
parent
75a253f1a0
commit
b0c6bc8b8b
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
version = "0.0.3"
|
||||
version = "0.0.4"
|
||||
|
||||
setup(
|
||||
name="alerta-matrix",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue