Fix: problems with polls state
This commit is contained in:
parent
c2b48c32a2
commit
947f69a953
3 changed files with 24 additions and 21 deletions
|
@ -124,7 +124,7 @@
|
|||
</div>
|
||||
|
||||
<div v-if="status.poll && status.poll.options">
|
||||
<poll :poll-id="status.poll.id" />
|
||||
<poll :base-poll="status.poll" />
|
||||
</div>
|
||||
|
||||
<div v-if="status.attachments && (!hideSubjectStatus || showingLongSubject)" class="attachments media-body">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue