Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into issue-5668-add-thun…
Browse files Browse the repository at this point in the history
…derbird-attachments-support
  • Loading branch information
martgil committed Oct 16, 2024
2 parents 7922ee0 + a6c8f59 commit 79e807d
Show file tree
Hide file tree
Showing 5 changed files with 184 additions and 196 deletions.
2 changes: 1 addition & 1 deletion extension/js/common/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export class Settings {
if (!acctEmails.includes(acctEmail)) {
throw new Error(`"${acctEmail}" is not a known account_email in "${JSON.stringify(acctEmails)}"`);
}
await GlobalStore.acctEmailsRemove(acctEmail);
const storageIndexesToRemove: AccountIndex[] = [];
const filter = AbstractStore.singleScopeRawIndex(acctEmail, '');
if (!filter) {
Expand Down Expand Up @@ -190,7 +191,6 @@ export class Settings {
}
}
await Settings.acctStorageReset(oldAcctEmail);
await GlobalStore.acctEmailsRemove(oldAcctEmail);
}

public static async renderPrvCompatFixUiAndWaitTilSubmittedByUser(
Expand Down
Loading

0 comments on commit 79e807d

Please sign in to comment.