mirror of https://github.com/zulip/zulip.git
c45517f544
There's one migration required by this release:
* queue_processors: Stop passing state_handler to handle_message.
state_handler is now a property of bot_handler and thus, does
not need to be passed to bot_handler.handle_message().
The commit responsible is:
|
||
---|---|---|
.. | ||
__init__.py | ||
queue_processors.py |