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

Bugfix: handle components when editing message #73

Merged
merged 1 commit into from
Aug 14, 2021
Merged

Bugfix: handle components when editing message #73

merged 1 commit into from
Aug 14, 2021

Conversation

detjensrobert
Copy link
Contributor

Summary

API::Channel.edit_message was not set up to receive components from e.g. Message#edit. This PR adds that missing parameter so message edits function.

Fixes #72.


Fixed

  • missing components parameter in edit_message

Signed-off-by: Robert Detjens <github@detjens.dev>
@swarley swarley merged commit 87ae658 into shardlab:main Aug 14, 2021
@swarley
Copy link
Member

swarley commented Aug 14, 2021

Thank you!

@detjensrobert detjensrobert deleted the edit-message-components branch August 14, 2021 23:42
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.

API::Channel.edit_message does not support components
2 participants