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

fix: webhooks not sending attachment info #2513

Merged
merged 8 commits into from
Sep 11, 2024

Conversation

NeloBlivion
Copy link
Member

@NeloBlivion NeloBlivion commented Aug 4, 2024

Summary

This adds attachments to the multipart payload sent in webhooks, which previously didn't exist. This only impacted description, but necessary to implement nonetheless.
I HOPE this doesn't break anything, but further testing with editing attachments would be appreciated.

Information

  • This PR fixes an issue.
  • This PR adds something new (e.g. new method or parameters).
  • This PR is a breaking change (e.g. methods or parameters removed/renamed).
  • This PR is not a code change (e.g. documentation, README, typehinting,
    examples, ...).

Checklist

  • I have searched the open pull requests for duplicates.
  • If code changes were made then they have been tested.
    • I have updated the documentation to reflect the changes.
  • If type: ignore comments were used, a comment is also left explaining why.
  • I have updated the changelog to include these changes.

discord/webhook/async_.py Outdated Show resolved Hide resolved
@Lulalaby Lulalaby added this to the v2.7 milestone Aug 10, 2024
@plun1331
Copy link
Member

changelog needed :3

@plun1331 plun1331 enabled auto-merge (squash) September 11, 2024 13:52
@plun1331 plun1331 merged commit 1533fe5 into Pycord-Development:master Sep 11, 2024
25 checks passed
Dorukyum pushed a commit that referenced this pull request Sep 15, 2024
* support multipart attachment info

* noprint

* fix logic

* cl

---------

Co-authored-by: Lala Sabathil <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants