feat: polls (#210)
This commit is contained in:
parent
0e7076b991
commit
9af2956b1e
3 changed files with 65 additions and 0 deletions
|
@ -85,6 +85,7 @@ const timeago = useTimeAgo(() => status.createdAt, timeAgoOptions)
|
|||
{{ status.spoilerText }}
|
||||
</template>
|
||||
<StatusBody :status="status" />
|
||||
<StatusPoll v-if="status.poll" :poll="status.poll" />
|
||||
<StatusMedia
|
||||
v-if="status.mediaAttachments?.length"
|
||||
:status="status"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue