Upgrade zkgroup to v0.8.1
This commit is contained in:
parent
a92550b50f
commit
7b9a68b7f9
6 changed files with 12 additions and 8 deletions
|
@ -31,6 +31,7 @@ import { normalizeUuid } from './util/normalizeUuid';
|
|||
import { filter } from './util/iterables';
|
||||
import { isNotNil } from './util/isNotNil';
|
||||
import { senderCertificateService } from './services/senderCertificate';
|
||||
import { GROUP_CREDENTIALS_KEY } from './services/groupCredentialFetcher';
|
||||
import { routineProfileRefresh } from './routineProfileRefresh';
|
||||
import { isMoreRecentThan, isOlderThan, toDayMillis } from './util/timestamp';
|
||||
import { isValidReactionEmoji } from './reactions/isValidReactionEmoji';
|
||||
|
@ -769,6 +770,10 @@ export async function startApp(): Promise<void> {
|
|||
await window.storage.remove('senderCertificateNoE164');
|
||||
}
|
||||
|
||||
if (window.isBeforeVersion(lastVersion, 'v5.19.0')) {
|
||||
await window.storage.remove(GROUP_CREDENTIALS_KEY);
|
||||
}
|
||||
|
||||
// This one should always be last - it could restart the app
|
||||
if (window.isBeforeVersion(lastVersion, 'v1.15.0-beta.5')) {
|
||||
await deleteAllLogs();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue