mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-24 08:09:25 -05:00
Disable INCLUDE_ALL_UNREAD_NOTIFS
This commit is contained in:
parent
02ac463dbf
commit
356f13c069
@ -44,7 +44,8 @@ THROTTLE_RESET_AFTER_MS = (12 * 60 * 60 * 1000)
|
|||||||
|
|
||||||
# does each email include all unread notifs, or just the ones which have happened
|
# does each email include all unread notifs, or just the ones which have happened
|
||||||
# since the last mail?
|
# since the last mail?
|
||||||
INCLUDE_ALL_UNREAD_NOTIFS = True
|
# XXX: this is currently broken as it includes ones from parted rooms(!)
|
||||||
|
INCLUDE_ALL_UNREAD_NOTIFS = False
|
||||||
|
|
||||||
|
|
||||||
class EmailPusher(object):
|
class EmailPusher(object):
|
||||||
|
Loading…
Reference in New Issue
Block a user