diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-09-07 16:56:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-07 16:56:27 +0100 |
commit | d8762cc116110ed0d4557b902414ed5ee9ccea96 (patch) | |
tree | 389ce4995f730415b893e3518425f8a78ed6e706 /synapse | |
parent | Avoid table-scanning users at startup (#8271) (diff) | |
download | synapse-d8762cc116110ed0d4557b902414ed5ee9ccea96.tar.xz |
Only add rows to the push actions table if the event notifies or should be marked unread (#8274)
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/push/bulk_push_rule_evaluator.py | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/synapse/push/bulk_push_rule_evaluator.py b/synapse/push/bulk_push_rule_evaluator.py |