diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-05-10 07:54:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-10 07:54:30 -0400 |
commit | b44fbdffa44cee752853ee16ad5604ec67667f92 (patch) | |
tree | b7cc9a3cf18ce9ee966a1304bd56e3b069ad3994 /changelog.d | |
parent | Add class-diagrams and notes for push. (#12676) (diff) | |
download | synapse-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.misc | 1 |
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`. |