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 device_id in SenderData #3769

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

andybalaam
Copy link
Member

@andybalaam andybalaam commented Jul 26, 2024

This means we have all the information inside SenderData to populate VerificationStatus and DeviceId for EncryptionInfo, so we can share the code between SenderDataFinder and get_verification_state.

Part of #3751

@andybalaam andybalaam requested a review from a team as a code owner July 26, 2024 12:35
@andybalaam andybalaam requested review from poljar and removed request for a team July 26, 2024 12:35
Copy link

codecov bot commented Jul 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.07%. Comparing base (844923d) to head (04cde92).
Report is 9 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3769   +/-   ##
=======================================
  Coverage   84.06%   84.07%           
=======================================
  Files         259      259           
  Lines       27059    27061    +2     
=======================================
+ Hits        22748    22752    +4     
+ Misses       4311     4309    -2     

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

@andybalaam andybalaam enabled auto-merge (squash) July 29, 2024 09:47
@andybalaam andybalaam force-pushed the andybalaam/device-id-in-senderknown branch from 7d3e49d to 1e468ee Compare July 29, 2024 09:51
@andybalaam andybalaam disabled auto-merge July 29, 2024 09:51
@andybalaam andybalaam enabled auto-merge (rebase) July 29, 2024 09:51
This means we have all the information inside SenderData to populate
VerificationStatus and DeviceId for EncryptionInfo, so we can share the
code between SenderDataFinder and get_verification_state.
@andybalaam andybalaam force-pushed the andybalaam/device-id-in-senderknown branch from 1e468ee to 04cde92 Compare July 29, 2024 09:55
@andybalaam andybalaam merged commit d7224a7 into main Jul 29, 2024
40 checks passed
@andybalaam andybalaam deleted the andybalaam/device-id-in-senderknown branch July 29, 2024 10:11
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