mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
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 | ||