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:
commit
76878d9dc8
|
@ -68,7 +68,7 @@ const streamingController: AppController = (c) => {
|
|||
if (status) {
|
||||
send('update', status);
|
||||
}
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
const status = await renderStatus(event, pubkey);
|
||||
if (status) {
|
||||
|
|
Loading…
Reference in New Issue