summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAdam <65660516+ajr0d@users.noreply.github.com>2022-05-18 10:37:48 +0100
committerGitHub <noreply@github.com>2022-05-18 09:37:48 +0000
commit37935b5183ab3cbee2f80359d80b1ff2176428f0 (patch)
treea6e4d3b3e9140e8ee022d65dd85f72f12741e8be /changelog.d
parentSuggest using docker when testing against postgres (#12765) (diff)
downloadsynapse-37935b5183ab3cbee2f80359d80b1ff2176428f0.tar.xz
Move methods that call add_push_rule to PushRuleStore (#12772)
Signed-off-by: Adam Roddick <ajroddick@tuta.io>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12772.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12772.misc b/changelog.d/12772.misc
new file mode 100644
index 0000000000..da66f376fe
--- /dev/null
+++ b/changelog.d/12772.misc
@@ -0,0 +1 @@
+Move methods that call `add_push_rule` to the `PushRuleStore` class.