-
-
Notifications
You must be signed in to change notification settings - Fork 467
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: creating forum threads with files #2075
fix: creating forum threads with files #2075
Conversation
1b03a56
to
2c828c4
Compare
2c828c4
to
4fa1343
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #2075 +/- ##
==========================================
- Coverage 33.14% 33.13% -0.02%
==========================================
Files 97 97
Lines 19129 19136 +7
==========================================
Hits 6340 6340
- Misses 12789 12796 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
4fa1343
to
41d7b6d
Compare
Head branch was pushed to by a user without write access
41d7b6d
to
b50d3ef
Compare
b50d3ef
to
18717cb
Compare
Co-authored-by: plun1331 <49261529+plun1331@users.noreply.github.com> Signed-off-by: Elliot Cubit <7256340+elliotcubit@users.noreply.github.com>
After Pycord-Development/pycord#2075 this should work now
Summary
Allows creating a new forum thread with files. As mentioned in the issue, the thread creation endpoint supports uploading files directly, so there is no need to use a separate endpoint when this argument is provided to
create_thread
.Fixes #1949
Information
examples, ...).
Checklist
type: ignore
comments were used, a comment is also left explaining why.