summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-05-10 07:54:30 -0400
committerGitHub <noreply@github.com>2022-05-10 07:54:30 -0400
commitb44fbdffa44cee752853ee16ad5604ec67667f92 (patch)
treeb7cc9a3cf18ce9ee966a1304bd56e3b069ad3994 /changelog.d
parentAdd class-diagrams and notes for push. (#12676) (diff)
downloadsynapse-b44fbdffa44cee752853ee16ad5604ec67667f92.tar.xz
Move free functions into PushRuleEvaluatorForEvent. (#12677)
* Move `_condition_checker` into `PushRuleEvaluatorForEvent`.
* Move the condition cache into `PushRuleEvaluatorForEvent`.
* Improve docstrings.
* Inline a method which is only called once.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12677.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12677.misc b/changelog.d/12677.misc
new file mode 100644
index 0000000000..eed12e69e9
--- /dev/null
+++ b/changelog.d/12677.misc
@@ -0,0 +1 @@
+Refactor functions to on `PushRuleEvaluatorForEvent`.