zulip / python-zulip-api

Python library for the Zulip API.
https://zulip.com/api/
Apache License 2.0
350 stars 356 forks source link

zulip-bots: Fix incrementor to handle edit time limit error. #674

Closed PIG208 closed 3 years ago

PIG208 commented 3 years ago

673

This allows the incrementor to regard the error message from the server (such as having the edit time limit expired). It also adds a test for this feature. If the API returns an error message when the incrementor attempts to update a message, the incrementor will send a new message instead.

timabbott commented 3 years ago

Merged, thanks @PIG208!