support richcontent in polls
This commit is contained in:
parent
add5921b8b
commit
6c6df29ed3
4 changed files with 11 additions and 9 deletions
src/components/status_content
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue