mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-19 17:56:19 +03:00
Black
This commit is contained in:
parent
8a2e8eaaec
commit
f69f4e7a97
1 changed files with 1 additions and 4 deletions
|
@ -340,10 +340,7 @@ BASE_APPEND_UNDERRIDE_RULES = [
|
||||||
# we can't do this on existing servers because we need to
|
# we can't do this on existing servers because we need to
|
||||||
# add per-user overrides to preserve their existing behaviour
|
# add per-user overrides to preserve their existing behaviour
|
||||||
"enabled": False,
|
"enabled": False,
|
||||||
"actions": [
|
"actions": ["notify", {"set_tweak": "highlight", "value": False}],
|
||||||
"notify",
|
|
||||||
{"set_tweak": "highlight", "value": False}
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
# XXX: this is going to fire for events which aren't m.room.messages
|
# XXX: this is going to fire for events which aren't m.room.messages
|
||||||
# but are encrypted (e.g. m.call.*)...
|
# but are encrypted (e.g. m.call.*)...
|
||||||
|
|
Loading…
Reference in a new issue