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:
@@ -1087,6 +1087,7 @@ export default class MainBackground {
|
||||
this.configService,
|
||||
new WebPushNotificationsApiService(this.apiService, this.appIdService),
|
||||
registration,
|
||||
this.stateProvider,
|
||||
);
|
||||
} else {
|
||||
this.webPushConnectionService = new UnsupportedWebPushConnectionService();
|
||||
|
||||
Reference in New Issue
Block a user