1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

[PM-22573] Don't call server on existing subscription (#15154)

* Don't put subscription to our server when it's existing

* Only update server when subscription-user associations change

---------

Co-authored-by: Matt Gibson <mgibson@bitwarden.com>
This commit is contained in:
Justin Baur
2025-06-25 21:42:06 -04:00
committed by GitHub
parent 2a9bcc1c29
commit 7d2b97b1df
4 changed files with 445 additions and 16 deletions

View File

@@ -1087,6 +1087,7 @@ export default class MainBackground {
this.configService,
new WebPushNotificationsApiService(this.apiService, this.appIdService),
registration,
this.stateProvider,
);
} else {
this.webPushConnectionService = new UnsupportedWebPushConnectionService();