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

PLAT 11396: Support update message endpoints #241

Merged
merged 4 commits into from
Nov 15, 2021

Conversation

symphony-youness
Copy link
Contributor

PLAT 11396

Added new message update endpoint to message_service class

  • Mentioned in markdown doc
  • Added message update example in the example folder

"key_manager_token": await self._auth_session.key_manager_token,
"message": message_object.content,
"data": message_object.data,
"version": message_object.version
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uh, I just discovered this parameter... I think I've never seen it used 🙄

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here, I saw it was specified in the docs and sendMessage method so I used it.

@symphony-elias symphony-elias merged commit 30f1ccc into finos:main Nov 15, 2021
This was referenced Nov 22, 2021
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

Successfully merging this pull request may close these issues.

4 participants