zulip/zerver/tornado
Kartik Srivastava 1291e7000b user_topic: Add user_topic event.
We now send a new user_topic event while muting and unmuting topics.
fetch_initial_state_data now returns an additional user_topics array to
the client that will maintain the user-topic relationship data.
This will support any future addition of new features to modify the
relationship between a user-topic pair.

This commit adds the relevent backend code and schema for the new
event.
2022-08-04 17:44:00 -07:00
..
__init__.py
application.py runtornado: Switch to asyncio event loop. 2022-05-02 17:41:49 -07:00
descriptors.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
django_api.py requirements: Upgrade Python requirements. 2022-05-03 10:10:06 -07:00
event_queue.py user_topic: Add user_topic event. 2022-08-04 17:44:00 -07:00
exceptions.py python: Convert deprecated Django ugettext alias to gettext. 2021-04-15 18:01:34 -07:00
handlers.py tornado: Ignore StreamClosedError. 2022-06-28 16:35:49 -07:00
ioloop_logging.py tornado: Remove instrument_tornado_ioloop. 2022-05-02 17:41:49 -07:00
sharding.py python: Reformat with Black, except quotes. 2021-02-12 13:11:19 -08:00
views.py decorator: Move tornado notify `data` parameter to `REQ` framework. 2022-07-20 14:23:05 -07:00