mirror of https://github.com/zulip/zulip.git
58da384da3
Earlier, the notification-blocking for messages from muted senders was a side-effect of we never sending notifications for messages with the "read" flag. This commit decouples these two things, as a prep for having new settings which will allow users to **always** receive email notifications, including when/if they read the message during the time the notifications is in the queue. We still mark muted-sender messages as "read" when they are sent, because that's desirable anyways. |
||
---|---|---|
.. | ||
__init__.py | ||
application.py | ||
autoreload.py | ||
descriptors.py | ||
django_api.py | ||
event_queue.py | ||
exceptions.py | ||
handlers.py | ||
ioloop_logging.py | ||
sharding.py | ||
views.py |