Do not populate left pane on initial link

This commit is contained in:
Josh Perez
2021-04-20 16:16:49 -07:00
committed by GitHub
parent f456bbd3db
commit 5e2d48cc2f
25 changed files with 791 additions and 277 deletions
+1
View File
@@ -1035,6 +1035,7 @@ async function sync(): Promise<ManifestRecordClass | undefined> {
);
}
window.Signal.Util.postLinkExperience.stop();
window.log.info('storageService.sync: complete');
return manifest;
}