diff options
author | David Baker <dave@matrix.org> | 2016-01-05 13:32:39 +0000 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2016-01-05 13:32:39 +0000 |
commit | 85ca8cb90c706ad40034a05282d751887d9bf05f (patch) | |
tree | 8ae75a4c2b633313805e7ea843a0ff263049ff5b /synapse | |
parent | = not == in sql (diff) | |
download | synapse-85ca8cb90c706ad40034a05282d751887d9bf05f.tar.xz |
comment typo
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/push/bulk_push_rule_evaluator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/push/bulk_push_rule_evaluator.py b/synapse/push/bulk_push_rule_evaluator.py index 1c4e54ba44..c00acfd87e 100644 --- a/synapse/push/bulk_push_rule_evaluator.py +++ b/synapse/push/bulk_push_rule_evaluator.py @@ -63,7 +63,7 @@ class BulkPushRuleEvaluator: Runs push rules for all users in a room. This is faster than running PushRuleEvaluator for each user because it fetches all the rules for all the users in one (batched) db query - rarher than doing multiple queries per-user. It currently uses + rather than doing multiple queries per-user. It currently uses the same logic to run the actual rules, but could be optimised further (see https://matrix.org/jira/browse/SYN-562) """ |