Merge branch 'fix-streaming-update' into 'main'

fix: always update home timeline in real time when reposting

See merge request soapbox-pub/ditto!148
This commit is contained in:
Alex Gleason 2024-04-09 14:38:55 +00:00
commit 76878d9dc8
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) {