mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ const streamingController: AppController = (c) => {
|
|||
if (status) {
|
||||
send('update', status);
|
||||
}
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
const status = await renderStatus(event, pubkey);
|
||||
if (status) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue