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

fix: Account for revoked origins in initialConnections #2535

Merged

Conversation

FrederikBolding
Copy link
Member

This PR adds logic to account for revoked origins when calculating the difference in initialConnections. Essentially, we don't need to revoke permissions that are already revoked and we want to show revoked connections as being re-added in the UI.

Fixes #2532

@FrederikBolding FrederikBolding requested a review from a team as a code owner July 3, 2024 13:44
Copy link

codecov bot commented Jul 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.94%. Comparing base (b7580a7) to head (648b0fc).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2535   +/-   ##
=======================================
  Coverage   93.93%   93.94%           
=======================================
  Files         456      456           
  Lines        9535     9542    +7     
  Branches     1458     1458           
=======================================
+ Hits         8957     8964    +7     
  Misses        578      578           

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

@FrederikBolding FrederikBolding merged commit c5c2514 into main Jul 4, 2024
156 checks passed
@FrederikBolding FrederikBolding deleted the fb/account-for-revoked-origins-in-initial-connections branch July 4, 2024 08:54
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.

Account for revoked origins in initialConnection difference calculation
2 participants