zulip/zerver/tornado
Rafid Aslam 78f3fd7999 API: Expose `is_mentioned` in `message` dictionary.
Expose `is_mentioned` in `message` dict which contains
boolean value about our account is mentioned in the message
content or not.

This is already available via `flags`, but it seems worth making this
data point more explicit, given its importance in writing bots.

Fixes #2667.
2016-12-14 10:52:13 -08:00
..
__init__.py tornado: Move tornado_ioloop_logging to new zerver/tornado tree. 2016-11-26 21:24:05 -08:00
application.py pep8: Fix E124 violations 2016-12-01 14:18:11 -08:00
descriptors.py pep8: Fix E701 violations. 2016-11-30 20:45:09 +00:00
event_queue.py API: Expose `is_mentioned` in `message` dictionary. 2016-12-14 10:52:13 -08:00
handlers.py pep8: Fix E303 violations. 2016-12-02 15:34:11 -08:00
ioloop_logging.py pep8: Fix many rule E128 violations. 2016-12-03 13:33:31 -08:00
socket.py update-sockjs: Update sockjs from version 0.3.4 to 1.1.1. 2016-12-05 21:36:10 -08:00
views.py tornado: Move event_queue.py to zerver/tornado/. 2016-11-26 22:29:28 -08:00