mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 05:57:32 -07:00
fix: do not deliver poll result if local-only
This commit is contained in:
parent
3955d8f51b
commit
f13d8548d2
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ export async function endedPollNotification(
|
|||
}
|
||||
|
||||
// Broadcast the poll result once it ends
|
||||
await deliverQuestionUpdate(note.id);
|
||||
if (!note.localOnly) await deliverQuestionUpdate(note.id);
|
||||
|
||||
done();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue