diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-05-11 07:15:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-11 07:15:21 -0400 |
commit | a4c75918b3e9cf48fa2bb91e9861f5f6fd74bd2e (patch) | |
tree | 6e1acec089254021c027e481b5741f4e36576a7a /changelog.d | |
parent | Fix `/messages` throwing a 500 when querying for non-existent room (#12683) (diff) | |
download | synapse-a4c75918b3e9cf48fa2bb91e9861f5f6fd74bd2e.tar.xz |
Remove unneeded `ActionGenerator` class. (#12691)
It simply passes through to `BulkPushRuleEvaluator`, which can be called directly instead.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12691.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12691.misc b/changelog.d/12691.misc new file mode 100644 index 0000000000..c635434211 --- /dev/null +++ b/changelog.d/12691.misc @@ -0,0 +1 @@ +Remove an unneeded class in the push code. |