mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
fix: always update home timeline in realtime when reposting
This commit is contained in:
parent
2169f8f26a
commit
dd307f5b3f
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue