-
-
Notifications
You must be signed in to change notification settings - Fork 465
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: store message in view when sent using webhook or when message is edited #1997
Conversation
Signed-off-by: Om <92863779+Om1609@users.noreply.github.com>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1997 +/- ##
==========================================
- Coverage 33.32% 33.31% -0.02%
==========================================
Files 97 97
Lines 18927 18933 +6
==========================================
Hits 6307 6307
- Misses 12620 12626 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
Signed-off-by: Om <92863779+Om1609@users.noreply.github.com>
for more information, see https://pre-commit.ci
Co-authored-by: plun1331 <49261529+plun1331@users.noreply.github.com> Signed-off-by: Om <92863779+Om1609@users.noreply.github.com>
@Om1609 conflicts |
Signed-off-by: Om <92863779+Om1609@users.noreply.github.com>
Resolved |
Signed-off-by: Om <92863779+Om1609@users.noreply.github.com>
@pycord-development/core-developers pending review |
Summary
Stores the message object on the view sent using webhook if the message has a view.
Fixes #1600. Also fixes #1572
Information
examples, ...).
Checklist
type: ignore
comments were used, a comment is also left explaining why.