Skip to content

Commit

Permalink
runfix: Make session migration resumable (#14512)
Browse files Browse the repository at this point in the history
If the user cancels loading the app while the sessions are being migrated, it will not mess up the session table
  • Loading branch information
atomrc committed Jan 17, 2023
1 parent 2b60665 commit 616c647
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@emotion/react": "11.10.5",
"@types/eslint": "^8.4.10",
"@wireapp/avs": "8.2.30",
"@wireapp/core": "38.5.2",
"@wireapp/core": "38.5.3",
"@wireapp/lru-cache": "3.8.1",
"@wireapp/react-ui-kit": "9.3.3",
"@wireapp/store-engine-dexie": "2.0.4",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4402,9 +4402,9 @@ __metadata:
languageName: node
linkType: hard

"@wireapp/core@npm:38.5.2":
version: 38.5.2
resolution: "@wireapp/core@npm:38.5.2"
"@wireapp/core@npm:38.5.3":
version: 38.5.3
resolution: "@wireapp/core@npm:38.5.3"
dependencies:
"@wireapp/api-client": ^22.14.3
"@wireapp/commons": ^5.0.4
Expand All @@ -4422,7 +4422,7 @@ __metadata:
logdown: 3.3.1
long: ^5.2.0
uuidjs: 4.2.13
checksum: 739a09760b2818a7baf2cb29925aeb3a43730c5af0ea408a8643a890a070de3e9398ab348009c7fe6bee1fd0e792cdd61a23bd715cac403ec2a3a089a5d257c3
checksum: 03167f87fcd046f632f97c9a21ee57a67a6ac840629a318ce51f2badf5fd5c3a9ad02e34b657b75dc5270cb3853ed809f8000bd106e3dbe97ea236e21d64ca48
languageName: node
linkType: hard

Expand Down Expand Up @@ -16720,7 +16720,7 @@ __metadata:
"@typescript-eslint/parser": ^5.48.1
"@wireapp/avs": 8.2.30
"@wireapp/copy-config": 2.0.5
"@wireapp/core": 38.5.2
"@wireapp/core": 38.5.3
"@wireapp/eslint-config": 2.1.1
"@wireapp/lru-cache": 3.8.1
"@wireapp/prettier-config": 0.5.2
Expand Down

0 comments on commit 616c647

Please sign in to comment.