Merge branch '486-expand-button' into 'develop'

#486 - remove expand button on conversation page

Closes #486

See merge request pleroma/pleroma-fe!742
This commit is contained in:
Shpuld Shpludson 2019-04-09 18:52:18 +00:00
commit d7cf841dfe

View file

@ -13,7 +13,7 @@
:key="status.id" :key="status.id"
:inlineExpanded="collapsable" :inlineExpanded="collapsable"
:statusoid="status" :statusoid="status"
:expandable='!expanded' :expandable='!isExpanded'
:focused="focused(status.id)" :focused="focused(status.id)"
:inConversation="isExpanded" :inConversation="isExpanded"
:highlight="getHighlight()" :highlight="getHighlight()"