fix: always update home timeline in realtime when reposting
This commit is contained in:
parent
2169f8f26a
commit
dd307f5b3f
|
@ -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