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

crypto: Store TrackedUsers in MemoryStore #3221

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

andybalaam
Copy link
Contributor

Because I am trying to get MemoryStore to pass the cryptostore_integration_tests, I need this store to hold on to the tracked users, when previously it didn't both.

Applies on top of #3220

Part of my work on element-hq/element-web#26892

@andybalaam andybalaam requested a review from a team as a code owner March 15, 2024 13:37
@andybalaam andybalaam requested review from bnjbvr and removed request for a team March 15, 2024 13:37
@andybalaam andybalaam marked this pull request as draft March 15, 2024 13:37
@andybalaam andybalaam force-pushed the andybalaam/save-outbound-sessions-in-memorystore branch from bcf31a6 to 486b6d6 Compare March 18, 2024 15:55
@andybalaam andybalaam force-pushed the andybalaam/store-trackedusers-in-memorystore branch from 9e4eda3 to 1cdf6c8 Compare March 19, 2024 11:34
@andybalaam andybalaam marked this pull request as ready for review March 19, 2024 11:36
Base automatically changed from andybalaam/save-outbound-sessions-in-memorystore to main March 19, 2024 11:39
@andybalaam andybalaam force-pushed the andybalaam/store-trackedusers-in-memorystore branch from 1cdf6c8 to af83204 Compare March 19, 2024 13:23
Copy link

codecov bot commented Mar 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.63%. Comparing base (c6da40c) to head (099c855).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3221      +/-   ##
==========================================
- Coverage   83.63%   83.63%   -0.01%     
==========================================
  Files         236      236              
  Lines       24436    24439       +3     
==========================================
+ Hits        20438    20440       +2     
- Misses       3998     3999       +1     

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

@andybalaam andybalaam force-pushed the andybalaam/store-trackedusers-in-memorystore branch from af83204 to 099c855 Compare March 19, 2024 15:17
@andybalaam andybalaam merged commit 4bdcedb into main Mar 19, 2024
35 checks passed
@andybalaam andybalaam deleted the andybalaam/store-trackedusers-in-memorystore branch March 19, 2024 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants