-
Notifications
You must be signed in to change notification settings - Fork 279
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: prevent loading more non-existent thread replies #2399
fix: prevent loading more non-existent thread replies #2399
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2399 +/- ##
=======================================
Coverage 85.28% 85.28%
=======================================
Files 392 392
Lines 9025 9025
Branches 2320 2320
=======================================
Hits 7697 7697
Misses 1120 1120
Partials 208 208 ☔ View full report in Codecov by Sentry. |
Size Change: +19 B (0%) Total Size: 2.15 MB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh - my bad, thanks, Martin!
## [11.19.0](v11.18.1...v11.19.0) (2024-05-23) ### Bug Fixes * fix aria label translations for Portuguese ([28b6dfd](28b6dfd)) * prevent loading more non-existent thread replies ([#2399](#2399)) ([f2ed479](f2ed479)) * prevent showing link previews in AttachmentPreviewList ([#2398](#2398)) ([cf24894](cf24894)) ### Features * adopt new queryReactions endpoint ([#2388](#2388)) ([d6ca4ef](d6ca4ef))
🎉 This PR is included in version 11.19.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎯 Goal
VML behavior introduced in #2242 caused that the virtualized Thread would infinitely load more thread replies for a message that has no replies.