Update to RingRTC v2.35.0
Co-authored-by: ayumi yu <ayumi@signal.org> Co-authored-by: ayumi-signal <143036029+ayumi-signal@users.noreply.github.com>
This commit is contained in:
parent
a30f277276
commit
6579b1a70a
9 changed files with 40 additions and 183 deletions
|
@ -875,6 +875,12 @@ export async function startApp(): Promise<void> {
|
|||
await window.storage.remove('remoteBuildExpiration');
|
||||
}
|
||||
|
||||
if (window.isBeforeVersion(lastVersion, '6.45.0-alpha')) {
|
||||
await removeStorageKeyJobQueue.add({
|
||||
key: 'previousAudioDeviceModule',
|
||||
});
|
||||
}
|
||||
|
||||
if (window.isBeforeVersion(lastVersion, '6.25.0-alpha')) {
|
||||
await removeStorageKeyJobQueue.add({
|
||||
key: 'nextSignedKeyRotationTime',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue