diff options
author | Erik Johnston <erikj@jki.re> | 2016-10-18 15:27:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-18 15:27:10 +0100 |
commit | f6955db970ec4846639b05ee9e49eef016da77db (patch) | |
tree | 86f50a1960352e2b46c4ea645ab5f56f7a5ce0eb | |
parent | Merge branch 'release-v0.18.2' of github.com:matrix-org/synapse into develop (diff) | |
parent | Fix push notifications for a single unread message (diff) | |
download | synapse-f6955db970ec4846639b05ee9e49eef016da77db.tar.xz |
Merge pull request #1174 from matrix-org/erikj/email_push_noop
Reduce redundant database work in email pusher
-rw-r--r-- | synapse/push/emailpusher.py | 4 | ||||
-rw-r--r-- | synapse/push/mailer.py | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/synapse/push/emailpusher.py b/synapse/push/emailpusher.py |