Always refetch profile key credential if expired
This commit is contained in:
parent
2f252b8e26
commit
a4cf2e0948
4 changed files with 61 additions and 37 deletions
|
@ -818,7 +818,7 @@ export async function startApp(): Promise<void> {
|
|||
await window.Signal.Data.clearAllErrorStickerPackAttempts();
|
||||
}
|
||||
|
||||
if (window.isBeforeVersion(lastVersion, 'v5.50.0-alpha.1')) {
|
||||
if (window.isBeforeVersion(lastVersion, 'v5.51.0-beta.2')) {
|
||||
await window.storage.put('groupCredentials', []);
|
||||
await window.Signal.Data.removeAllProfileKeyCredentials();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue