From 846c28001e62c482b9a2c4b20bd63926fc6125b7 Mon Sep 17 00:00:00 2001 From: timmy Date: Sun, 23 Aug 2026 04:45:27 +0000 Subject: [PATCH] fix: defer Following sync until user intent --- frontend/following.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/following.js b/frontend/following.js index 9171d8f..63bcb03 100644 --- a/frontend/following.js +++ b/frontend/following.js @@ -92,7 +92,6 @@ }); query('#close-following').addEventListener('click', () => query('#following-sheet').close()); query('#retry-following').addEventListener('click', () => feature.load().catch(() => {})); - feature.load().catch(() => {}); return { load:feature.load, open() {