Reprocess unknown fields after loading convos

This commit is contained in:
Fedor Indutny 2022-10-18 12:06:59 -07:00 committed by GitHub
parent 00f82a6d39
commit 03f158a1a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -849,8 +849,6 @@ export async function startApp(): Promise<void> {
// Don't block on the following operation // Don't block on the following operation
window.Signal.Data.ensureFilePermissions(); window.Signal.Data.ensureFilePermissions();
StorageService.reprocessUnknownFields();
} }
try { try {
@ -2195,6 +2193,7 @@ export async function startApp(): Promise<void> {
log.info('Boot after upgrading. Requesting contact sync'); log.info('Boot after upgrading. Requesting contact sync');
window.getSyncRequest(); window.getSyncRequest();
StorageService.reprocessUnknownFields();
runStorageService(); runStorageService();
try { try {