Storage Service Write: Improved conflict handling
This commit is contained in:
parent
866217a724
commit
27759233e4
10 changed files with 297 additions and 134 deletions
|
@ -2271,7 +2271,7 @@ async function eraseStorageServiceStateFromConversations() {
|
|||
|
||||
await db.run(
|
||||
`UPDATE conversations SET
|
||||
json = json_remove(json, '$.storageID', '$.needsStorageServiceSync', '$.unknownFields');
|
||||
json = json_remove(json, '$.storageID', '$.needsStorageServiceSync', '$.unknownFields', '$.storageProfileKey');
|
||||
`
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue