From dd307f5b3feb01556e4c3eaa38f79bd07391217d Mon Sep 17 00:00:00 2001 From: "P. Reis" Date: Tue, 9 Apr 2024 11:35:18 -0300 Subject: [PATCH] fix: always update home timeline in realtime when reposting --- src/controllers/api/streaming.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/api/streaming.ts b/src/controllers/api/streaming.ts index 2ad9eda..ed6ccdd 100644 --- a/src/controllers/api/streaming.ts +++ b/src/controllers/api/streaming.ts @@ -68,7 +68,7 @@ const streamingController: AppController = (c) => { if (status) { send('update', status); } - return; + continue; } const status = await renderStatus(event, pubkey); if (status) {