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

View File

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