diff options
author | reivilibre <38398653+reivilibre@users.noreply.github.com> | 2020-07-06 11:43:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-06 11:43:41 +0100 |
commit | 57feeab364325374b14ff67ac97c288983cc5cde (patch) | |
tree | 4a66d0b7c2be8228857a7be9e2c0dcd0eb603100 /changelog.d/7766.bugfix | |
parent | Allow to use higher versions of prometheus_client (#7780) (diff) | |
download | synapse-57feeab364325374b14ff67ac97c288983cc5cde.tar.xz |
Don't ignore `set_tweak` actions with no explicit `value`. (#7766)
* Fix spec compliance; tweaks without values are valid (default to True, which is only concretely specified for `highlight`, but it seems only reasonable to generalise) * Changelog for 7766. * Add documentation to `tweaks_for_actions` May as well tidy up when I'm here. * Add a test for `tweaks_for_actions`
Diffstat (limited to 'changelog.d/7766.bugfix')
-rw-r--r-- | changelog.d/7766.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7766.bugfix b/changelog.d/7766.bugfix new file mode 100644 index 0000000000..ec5ecd8055 --- /dev/null +++ b/changelog.d/7766.bugfix @@ -0,0 +1 @@ +Fix to not ignore `set_tweak` actions in Push Rules that have no `value`, as permitted by the specification. |