mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-28 08:53:42 +01:00
Make use of highlight tweak consistent (#2670)
* remove redundant 'highlight: false' tweaks their inconsistent usage is super-confusing. * Remove redundant 'value: true' on highlight tweaks again, the inconsistency was super-confusing. * changelog
This commit is contained in:
parent
1b74e96b7e
commit
125614f3a4
|
|
@ -0,0 +1 @@
|
||||||
|
Minor clarifications to the "Push Notifications" module.
|
||||||
|
|
@ -354,10 +354,6 @@ Definition:
|
||||||
{
|
{
|
||||||
"set_tweak": "sound",
|
"set_tweak": "sound",
|
||||||
"value": "default"
|
"value": "default"
|
||||||
},
|
|
||||||
{
|
|
||||||
"set_tweak": "highlight",
|
|
||||||
"value": false
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -448,8 +444,7 @@ Definition:
|
||||||
"actions": [
|
"actions": [
|
||||||
"notify",
|
"notify",
|
||||||
{
|
{
|
||||||
"set_tweak": "highlight",
|
"set_tweak": "highlight"
|
||||||
"value": true
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -483,8 +478,7 @@ Definition:
|
||||||
"actions": [
|
"actions": [
|
||||||
"notify",
|
"notify",
|
||||||
{
|
{
|
||||||
"set_tweak": "highlight",
|
"set_tweak": "highlight"
|
||||||
"value": true
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -546,10 +540,6 @@ Definition:
|
||||||
{
|
{
|
||||||
"set_tweak": "sound",
|
"set_tweak": "sound",
|
||||||
"value": "ring"
|
"value": "ring"
|
||||||
},
|
|
||||||
{
|
|
||||||
"set_tweak": "highlight",
|
|
||||||
"value": false
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -586,10 +576,6 @@ Definition:
|
||||||
{
|
{
|
||||||
"set_tweak": "sound",
|
"set_tweak": "sound",
|
||||||
"value": "default"
|
"value": "default"
|
||||||
},
|
|
||||||
{
|
|
||||||
"set_tweak": "highlight",
|
|
||||||
"value": false
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -622,10 +608,6 @@ Definition:
|
||||||
{
|
{
|
||||||
"set_tweak": "sound",
|
"set_tweak": "sound",
|
||||||
"value": "default"
|
"value": "default"
|
||||||
},
|
|
||||||
{
|
|
||||||
"set_tweak": "highlight",
|
|
||||||
"value": false
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -650,11 +632,7 @@ Definition:
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"actions": [
|
"actions": [
|
||||||
"notify",
|
"notify"
|
||||||
{
|
|
||||||
"set_tweak": "highlight",
|
|
||||||
"value": false
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -681,11 +659,7 @@ Definition:
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"actions": [
|
"actions": [
|
||||||
"notify",
|
"notify"
|
||||||
{
|
|
||||||
"set_tweak": "highlight",
|
|
||||||
"value": false
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue