summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorJ. Ryan Stinnett <jryans@gmail.com>2019-07-05 17:37:52 +0100
committerGitHub <noreply@github.com>2019-07-05 17:37:52 +0100
commit9b1b79f3f59a93cde0d6f973e40515f65ff1b3b8 (patch)
tree1819a518852476a803b26924885c4d167ccb184e /changelog.d
parentAdd origin_server_ts and sender fields to m.replace (#5613) (diff)
downloadsynapse-9b1b79f3f59a93cde0d6f973e40515f65ff1b3b8.tar.xz
Add default push rule to ignore reactions (#5623)
This adds a default push rule following the proposal in
[MSC2153](https://github.com/matrix-org/matrix-doc/pull/2153).

See also https://github.com/vector-im/riot-web/issues/10208
See also https://github.com/matrix-org/matrix-js-sdk/pull/976
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5623.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5623.feature b/changelog.d/5623.feature
new file mode 100644
index 0000000000..b73080e88d
--- /dev/null
+++ b/changelog.d/5623.feature
@@ -0,0 +1 @@
+Add default push rule to ignore reactions.