fix: always update home timeline in realtime when reposting

This commit is contained in:
P. Reis 2024-04-09 11:35:18 -03:00
parent 2169f8f26a
commit dd307f5b3f
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ const streamingController: AppController = (c) => {
if (status) { if (status) {
send('update', status); send('update', status);
} }
return; continue;
} }
const status = await renderStatus(event, pubkey); const status = await renderStatus(event, pubkey);
if (status) { if (status) {