-
Notifications
You must be signed in to change notification settings - Fork 155
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 avatar sometimes not loading #3366
Conversation
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3366 +/- ##
===========================================
- Coverage 82.62% 82.61% -0.02%
===========================================
Files 1683 1685 +2
Lines 39456 39462 +6
Branches 4798 4800 +2
===========================================
+ Hits 32602 32603 +1
- Misses 5174 5180 +6
+ Partials 1680 1679 -1 ☔ View full report in Codecov by Sentry. |
Fix on the sdk is on his way : matrix-org/matrix-rust-sdk#3928 |
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.
Lets remove the fix and keep everything else as the issue is now fixed in the sdk.
cdf6900
to
e35ba7a
Compare
Done, thanks! |
Quality Gate passedIssues Measures |
Content
It seems that since the last SDK release,
Client.getMediaThumbnail
cannot be run in multiple thread, else the SDK report a locked database error. The last commit of this PR add a mutex.First commit are just rework, name change, and adding log to help investigating such issues.
Motivation and context
Closes #3354
Screenshots / GIFs
Tests
Using an account with many rooms:
People
Tested devices
Checklist