You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described in a PR, soon the docs, and discussed on CZO, the message_ids field is intended for the stream+topic, and only message_id should be used for the content.
This probably wants to be fixed in snipe/zulip.py, in the update function (line 358 or so), or perhaps the caller and split update into separate functions for stream/topic and content.
The text was updated successfully, but these errors were encountered:
As described in a PR, soon the docs, and discussed on CZO, the
message_ids
field is intended for the stream+topic, and onlymessage_id
should be used for the content.This probably wants to be fixed in
snipe/zulip.py
, in theupdate
function (line 358 or so), or perhaps the caller and split update into separate functions for stream/topic and content.The text was updated successfully, but these errors were encountered: