This commit is contained in:
Moon.eth
2026-07-29 19:37:17 +09:00
parent 4eb785b6ad
commit 8f0d47b850
10 changed files with 614 additions and 22 deletions
+5 -1
View File
@@ -208,7 +208,11 @@
{/if}
{#if entry.poll}
<PollView poll={entry.poll} />
<PollView
poll={entry.poll}
authorId={entry.account.id}
onupdate={(poll) => onupdate?.(applyLocal(status, { poll }))}
/>
{/if}
{#if entry.card && entry.media_attachments.length === 0 && youtubeVideoIds.length === 0}