mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
Renamed command addToRetryQueue to addToLockedVaultPendingNotifications
This commit is contained in:
@@ -76,7 +76,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
});
|
||||
|
||||
sendPlatformMessage({
|
||||
command: 'addToRetryQueue',
|
||||
command: 'addToLockedVaultPendingNotifications',
|
||||
retryItem: bgAddSaveMessage
|
||||
});
|
||||
return;
|
||||
@@ -120,7 +120,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
});
|
||||
|
||||
sendPlatformMessage({
|
||||
command: 'addToRetryQueue',
|
||||
command: 'addToLockedVaultPendingNotifications',
|
||||
retryItem: bgChangeSaveMessage,
|
||||
});
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user