mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-19 11:15:21 +01:00
Renamed command addToRetryQueue to addToLockedVaultPendingNotifications
This commit is contained in:
parent
042c7677e8
commit
79f097b3cd
@ -79,7 +79,7 @@ export default class RuntimeBackground {
|
||||
await this.processMessage(retryItem.msg, retryItem.sender, null);
|
||||
}
|
||||
break;
|
||||
case 'addToRetryQueue':
|
||||
case 'addToLockedVaultPendingNotifications':
|
||||
const retryMessage = {
|
||||
msg: msg.retryItem,
|
||||
sender: sender,
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user