summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-08-01 13:13:33 +0100
committerGitHub <noreply@github.com>2019-08-01 13:13:33 +0100
commitad167c384903f1e581267faf0d477eebf708a8ee (patch)
treef9855ff38ea6854c1bef3e74d4281f3f1a1e6f34 /changelog.d
parentChange user deactivated errcode to USER_DEACTIVATED and use it (#5686) (diff)
parentNewsfile (diff)
downloadsynapse-ad167c384903f1e581267faf0d477eebf708a8ee.tar.xz
Merge pull request #5804 from matrix-org/erikj/match_against_state_key
Explicitly check that tombstone is a state event before notifying.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5804.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5804.bugfix b/changelog.d/5804.bugfix
new file mode 100644
index 0000000000..75c17b460d
--- /dev/null
+++ b/changelog.d/5804.bugfix
@@ -0,0 +1 @@
+Fix check that tombstone is a state event in push rules.