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

Remote Push Notifications can now be decrypted #854

Merged
merged 11 commits into from
May 5, 2023

Conversation

Velin92
Copy link
Member

@Velin92 Velin92 commented May 5, 2023

Remote pushes can now be decrypted.

NOTE: This only works if the current keys are valid, working on the Rust side to find a way to do one single sliding sync to refresh keys

@Velin92 Velin92 requested a review from a team as a code owner May 5, 2023 13:50
@Velin92 Velin92 requested review from pixlwave and removed request for a team May 5, 2023 13:50
@github-actions
Copy link

github-actions bot commented May 5, 2023

Warnings
⚠️ Some of the commits are missing ticket numbers. Please consider squashing all commits that don't have a tracking number.

Generated by 🚫 Danger Swift against f910d2e

@Velin92 Velin92 linked an issue May 5, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented May 5, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (b17c987) 50.96% compared to head (dd13689) 50.96%.

❗ Current head dd13689 differs from pull request most recent head f910d2e. Consider uploading reports for the commit f910d2e to get more accurate results

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #854   +/-   ##
========================================
  Coverage    50.96%   50.96%           
========================================
  Files          319      319           
  Lines        18880    18883    +3     
  Branches     10695    10696    +1     
========================================
+ Hits          9622     9624    +2     
+ Misses        8983     8982    -1     
- Partials       275      277    +2     
Flag Coverage Δ
unittests 23.06% <0.00%> (+0.02%) ⬆️

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

Impacted Files Coverage Δ
ElementX/Sources/Services/Client/ClientProxy.swift 29.36% <0.00%> (-0.28%) ⬇️
...ces/Notification/Proxy/NotificationItemProxy.swift 0.00% <0.00%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

ElementX/Sources/Services/Client/ClientProxy.swift Outdated Show resolved Hide resolved
NSE/Sources/NotificationServiceExtension.swift Outdated Show resolved Hide resolved
NSE/Sources/NotificationServiceExtension.swift Outdated Show resolved Hide resolved
@Velin92 Velin92 enabled auto-merge (squash) May 5, 2023 15:17
@sonarqubecloud
Copy link

sonarqubecloud bot commented May 5, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@Velin92 Velin92 merged commit f679c0c into develop May 5, 2023
@Velin92 Velin92 deleted the mauroromito/remote_notifications branch May 5, 2023 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.

Decrypt remote push notifications
2 participants