Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork391
Open
Description
Hi,
I noticed that editing a message always return aignored_parameters_unsupported
for themessage_id
parameter, which is obviously a necessary parameter for this method (and is also documentedhere).
A simple example triggering the issue:
In [1]:c.update_message({ ...:'message_id':12345, ...:'topic':'✔ something', ...:'propagate_mode':'change_all'})Out[1]: {'result':'success','msg':'','ignored_parameters_unsupported': ['message_id']}
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
Metadata
Metadata
Assignees
Labels
No labels