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
1 changed files with 1 additions and 1 deletions

View File

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