mirror of https://github.com/zulip/zulip.git
bf15c0235a
* `stream_name`: This field is actually redundant. The email/push notifications handlers don't use that field from the dict, and they anyways query for the message, so we're safe in deleting this field, even if in the future we end up needing the stream name. * `timestamp`: This is totally unused by the email/push notification handlers, and aren't sent to push clients either. * `type` is used only for the push notifications handler, since only push notifications can be revoked, so we move them to only run there. |
||
---|---|---|
.. | ||
__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 |