zulip/zerver/tornado
Tim Abbott 0ed0bb6828 messages: Add email/push notifications for wildcard mentions.
Historically, Zulip's implementation of wildcard mentions never
triggered either email or push notifications, instead being limited to
desktop notifications and the "mentions" counter.

We fix this just by plumbing the "wildcard_mentioned" flag through our
system.

Implements much of
https://github.com/zulip/zulip/issues/6040#issuecomment-510157264.
We're also now ready to seriously work on #3750.
2019-08-26 14:39:53 -07:00
..
__init__.py
application.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
autoreload.py tornado: Fix bugs in Tornado autoreload library. 2019-08-02 12:47:49 -07:00
descriptors.py typing: Use TYPE_CHECKING when dealing with cyclic dependencies. 2019-07-31 12:19:39 -07:00
event_queue.py messages: Add email/push notifications for wildcard mentions. 2019-08-26 14:39:53 -07:00
exceptions.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
handlers.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
ioloop_logging.py mypy: Fix missing type annotation in tornado code. 2018-11-20 19:08:14 -08:00
sharding.py tornado: Fix populate_db failing to call send_event properly. 2018-11-02 17:07:21 -07:00
socket.py tornado: Remove unused imports. 2019-02-02 17:33:13 -08:00
views.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
websocket_client.py tornado: Remove unused imports. 2019-02-02 17:33:13 -08:00