mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
fix: do not deliver poll result if local-only
This commit is contained in:
parent
3955d8f51b
commit
f13d8548d2
@ -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 New Issue
Block a user