mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-08 20:35:00 -04:00
Store ActionGenerator in HomeServer
This commit is contained in:
parent
72ed8196b3
commit
cafe659f72
5 changed files with 10 additions and 7 deletions
|
@ -31,7 +31,7 @@ logger = logging.getLogger(__name__)
|
|||
rules_by_room = {}
|
||||
|
||||
|
||||
class BulkPushRuleEvaluator:
|
||||
class BulkPushRuleEvaluator(object):
|
||||
"""Calculates the outcome of push rules for an event for all users in the
|
||||
room at once.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue