diff options
author | reivilibre <38398653+reivilibre@users.noreply.github.com> | 2020-09-09 11:39:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-09 11:39:39 +0100 |
commit | a5370072b53e7ea3ebbd9404ee4133508c2d55b2 (patch) | |
tree | 156082100a1edaf6199462623702b6d3e5cffcbf /changelog.d | |
parent | Add types to async_helpers (#8260) (diff) | |
download | synapse-a5370072b53e7ea3ebbd9404ee4133508c2d55b2.tar.xz |
Don't remember `enabled` of deleted push rules and properly return 404 for missing push rules in `.../actions` and `.../enabled` (#7796)
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net> Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7796.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7796.bugfix b/changelog.d/7796.bugfix new file mode 100644 index 0000000000..65e5eb42a2 --- /dev/null +++ b/changelog.d/7796.bugfix @@ -0,0 +1 @@ +Fix inconsistent handling of non-existent push rules, and stop tracking the `enabled` state of removed push rules. |