Reprocess unknown fields after loading convos
This commit is contained in:
parent
00f82a6d39
commit
03f158a1a7
1 changed files with 1 additions and 2 deletions
|
@ -849,8 +849,6 @@ export async function startApp(): Promise<void> {
|
|||
|
||||
// Don't block on the following operation
|
||||
window.Signal.Data.ensureFilePermissions();
|
||||
|
||||
StorageService.reprocessUnknownFields();
|
||||
}
|
||||
|
||||
try {
|
||||
|
@ -2195,6 +2193,7 @@ export async function startApp(): Promise<void> {
|
|||
log.info('Boot after upgrading. Requesting contact sync');
|
||||
window.getSyncRequest();
|
||||
|
||||
StorageService.reprocessUnknownFields();
|
||||
runStorageService();
|
||||
|
||||
try {
|
||||
|
|
Loading…
Add table
Reference in a new issue