zulip/zerver/tornado
Aman Agrawal cda7b2f539 deletion: Add support for bulk message deletion events.
This is designed to have no user-facing change unless the client
declares bulk_message_deletion in its client_capabilities.

Clients that do so will receive a single bulk event for bulk deletions
of messages within a single conversation (topic or PM thread).

Backend implementation of #15285.
2020-06-14 22:34:00 -07:00
..
__init__.py
application.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
autoreload.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
descriptors.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
event_queue.py deletion: Add support for bulk message deletion events. 2020-06-14 22:34:00 -07:00
exceptions.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
handlers.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
ioloop_logging.py logging: Pass format arguments to logging. 2020-05-02 10:18:02 -07:00
sharding.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
views.py deletion: Add support for bulk message deletion events. 2020-06-14 22:34:00 -07:00