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
travis/msc/media-ids
Richard van der Hoff 4 years ago committed by GitHub
parent 1b74e96b7e
commit 125614f3a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1 @@
Minor clarifications to the "Push Notifications" module.

@ -354,10 +354,6 @@ Definition:
{
"set_tweak": "sound",
"value": "default"
},
{
"set_tweak": "highlight",
"value": false
}
]
}
@ -448,8 +444,7 @@ Definition:
"actions": [
"notify",
{
"set_tweak": "highlight",
"value": true
"set_tweak": "highlight"
}
]
}
@ -483,8 +478,7 @@ Definition:
"actions": [
"notify",
{
"set_tweak": "highlight",
"value": true
"set_tweak": "highlight"
}
]
}
@ -546,10 +540,6 @@ Definition:
{
"set_tweak": "sound",
"value": "ring"
},
{
"set_tweak": "highlight",
"value": false
}
]
}
@ -586,10 +576,6 @@ Definition:
{
"set_tweak": "sound",
"value": "default"
},
{
"set_tweak": "highlight",
"value": false
}
]
}
@ -622,10 +608,6 @@ Definition:
{
"set_tweak": "sound",
"value": "default"
},
{
"set_tweak": "highlight",
"value": false
}
]
}
@ -650,11 +632,7 @@ Definition:
}
],
"actions": [
"notify",
{
"set_tweak": "highlight",
"value": false
}
"notify"
]
}
@ -681,11 +659,7 @@ Definition:
}
],
"actions": [
"notify",
{
"set_tweak": "highlight",
"value": false
}
"notify"
]
}

Loading…
Cancel
Save