From 44054e1efef0046af3f179a8ebdb8c84aee0ee66 Mon Sep 17 00:00:00 2001 From: abhinav-grd Date: Mon, 27 Sep 2021 09:30:08 +0530 Subject: [PATCH] silent sync after archive --- src/pages/gallery/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/gallery/index.tsx b/src/pages/gallery/index.tsx index c8dbfd908..cb588f718 100644 --- a/src/pages/gallery/index.tsx +++ b/src/pages/gallery/index.tsx @@ -404,7 +404,7 @@ export default function Gallery() { }); } finally { clearSelection(); - syncWithRemote(); + syncWithRemote(false, true); loadingBar.current.complete(); } };