Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ignored_parameters_unsupported in update_message's response #789

Open
tmichela opened this issue Aug 22, 2023 · 2 comments
Open

ignored_parameters_unsupported in update_message's response #789

tmichela opened this issue Aug 22, 2023 · 2 comments

Comments

@tmichela
Copy link
Contributor

Hi,

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).

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

@axllbk
Copy link
Collaborator

axllbk commented Oct 13, 2024

@zulipbot claim

@zulipbot
Copy link
Member

Hello @axllbk!

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants