proper cachin of headTailLinks, show mentions in notificaitons always
This commit is contained in:
parent
c6c478f4cf
commit
394fd462dc
7 changed files with 25 additions and 19 deletions
|
@ -31,7 +31,9 @@ const StatusContent = {
|
|||
'focused',
|
||||
'noHeading',
|
||||
'fullContent',
|
||||
'singleLine'
|
||||
'singleLine',
|
||||
'hideFirstMentions',
|
||||
'headTailLinks'
|
||||
],
|
||||
computed: {
|
||||
hideAttachments () {
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
<StatusBody
|
||||
:status="status"
|
||||
:single-line="singleLine"
|
||||
:hide-first-mentions="hideFirstMentions"
|
||||
:headTailLinks="headTailLinks"
|
||||
>
|
||||
<div v-if="status.poll && status.poll.options">
|
||||
<poll :base-poll="status.poll" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue