1
0

default off groupchat push correctly

This commit is contained in:
Matthew Hodgson
2019-09-13 12:14:29 +01:00
parent b18f54c845
commit 8a2e8eaaec

View File

@@ -335,12 +335,14 @@ BASE_APPEND_UNDERRIDE_RULES = [
"_id": "_message",
}
],
# default to not notifying for group chats
# see https://github.com/vector-im/riot-web/issues/3268
# we can't do this on existing servers because we need to
# add per-user overrides to preserve their existing behaviour
"enabled": False,
"actions": [
# default to not notifying for group chats
# see https://github.com/vector-im/riot-web/issues/3268
# we can't do this on existing servers because we need to
# add per-user overrides to preserve their existing behaviour
"dont_notify"
"notify",
{"set_tweak": "highlight", "value": False}
],
},
# XXX: this is going to fire for events which aren't m.room.messages