mirror of https://github.com/zulip/zulip.git
99a54ba67e
Apparently, `update_message` events unexpectedly contained what were intended to be internal data structures about which users were mentioned in a given message. The bug has been present and accumulating new data structures for years. Fixing this should improve the performance of handling update_message events as well as cleaning up this API's interface. This was discovered by our automated API documentation schema checking tooling detecting these unexpected elements in these event definitions; that same logic should prevent future bugs like this from being introduced in the future. |
||
---|---|---|
.. | ||
__init__.py | ||
application.py | ||
autoreload.py | ||
descriptors.py | ||
event_queue.py | ||
exceptions.py | ||
handlers.py | ||
ioloop_logging.py | ||
sharding.py | ||
views.py |