mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00:00
Switch userVisibleOnly to false (#14202)
This commit is contained in:
@@ -134,7 +134,7 @@ class MyWebPushConnector implements WebPushConnector {
|
|||||||
|
|
||||||
private async pushManagerSubscribe(key: string) {
|
private async pushManagerSubscribe(key: string) {
|
||||||
return await this.serviceWorkerRegistration.pushManager.subscribe({
|
return await this.serviceWorkerRegistration.pushManager.subscribe({
|
||||||
userVisibleOnly: true,
|
userVisibleOnly: false,
|
||||||
applicationServerKey: key,
|
applicationServerKey: key,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user