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
I noticed that editing a message always return a ignored_parameters_unsupported for the message_id parameter, which is obviously a necessary parameter for this method (and is also documented here).
Thanks for your interest in Zulip! You have attempted to claim an issue without the label "help wanted". You can only claim and submit pull requests for issues with the help wanted label.
If this is your first time here, we recommend reading our guide for new contributors before getting started.
Hi,
I noticed that editing a message always return a
ignored_parameters_unsupported
for themessage_id
parameter, which is obviously a necessary parameter for this method (and is also documented here).A simple example triggering the issue:
The same problem is not happening if I use curl instead of the python api.
zulip version:
Python api:
0.8.2
server (zulip cloud): 8.0-dev-692-g16eb484152
Cheers,
Thomas
The text was updated successfully, but these errors were encountered: