diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2023-06-16 14:17:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-16 14:17:02 +0200 |
commit | 0618bf94cdc56631e670b4e93e4dfaeae2162e73 (patch) | |
tree | 364472ca67d0ca96e6dc2502a7645b06a10a710d /changelog.d | |
parent | Regularly try to wake up dests instead of waiting for next PDU/EDU (#15743) (diff) | |
download | synapse-0618bf94cdc56631e670b4e93e4dfaeae2162e73.tar.xz |
push rules: fix internal conversion from _type to value (#15781)
Also fix wrong rule names for `is_user_mention` and `is_room_mention`.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15781.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15781.bugfix b/changelog.d/15781.bugfix new file mode 100644 index 0000000000..5faf59afee --- /dev/null +++ b/changelog.d/15781.bugfix @@ -0,0 +1 @@ +Fix a bug in push rules handling leading to an invalid (per spec) `is_user_mention` rule sent to clients. Also fix wrong rule names for `is_user_mention` and `is_room_mention`. \ No newline at end of file |