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

Prevent various room subscription task from blocking opening rooms #3873

Merged
merged 1 commit into from
Mar 5, 2025

Conversation

stefanceriu
Copy link
Member

- this came from having seen the opening room modal show up too often which was caused by `isEncrypted` being block_on on the rust side and sometimes making network requests
- we aggreed that the `block_on`s should go, which is handled in matrix-org/matrix-rust-sdk#4756 and matrix-org/matrix-rust-sdk#4757
@stefanceriu stefanceriu requested a review from a team as a code owner March 5, 2025 14:31
@stefanceriu stefanceriu requested review from Velin92 and removed request for a team March 5, 2025 14:31
Copy link

sonarqubecloud bot commented Mar 5, 2025

Copy link

codecov bot commented Mar 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.15%. Comparing base (4d34a1e) to head (c36a273).
Report is 1 commits behind head on develop.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3873      +/-   ##
===========================================
+ Coverage    79.12%   79.15%   +0.03%     
===========================================
  Files          793      793              
  Lines        70434    70434              
===========================================
+ Hits         55728    55750      +22     
+ Misses       14706    14684      -22     
Flag Coverage Δ
unittests 70.96% <ø> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@stefanceriu stefanceriu merged commit 2d77a1b into develop Mar 5, 2025
17 checks passed
@stefanceriu stefanceriu deleted the stefan/roomSubscriptionTasks branch March 5, 2025 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-bugfix for bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants