support richcontent in polls

This commit is contained in:
Henry Jameson 2021-08-13 12:19:57 +03:00
parent add5921b8b
commit 6c6df29ed3
4 changed files with 11 additions and 9 deletions
src/components/status_content

View file

@ -7,7 +7,7 @@
@parseReady="$emit('parseReady', $event)"
>
<div v-if="status.poll && status.poll.options">
<poll :base-poll="status.poll" />
<poll :base-poll="status.poll" :emoji="status.emojis" />
</div>
<div