Hellthread(tm) Certified
This commit is contained in:
parent
0f73e96194
commit
cc00af7a31
13 changed files with 257 additions and 89 deletions
|
@ -30,7 +30,8 @@ const StatusContent = {
|
|||
// if this was computed at upper level it can be passed here, otherwise
|
||||
// it will be in this component
|
||||
'headTailLinks',
|
||||
'hideFirstMentions'
|
||||
'hideFirstMentions',
|
||||
'hideLastMentions'
|
||||
],
|
||||
data () {
|
||||
return {
|
||||
|
@ -80,9 +81,12 @@ const StatusContent = {
|
|||
attachmentTypes () {
|
||||
return this.status.attachments.map(file => fileType.fileType(file.mimetype))
|
||||
},
|
||||
mentions () {
|
||||
mentionsFirst () {
|
||||
return this.headTailLinksComputed.firstMentions
|
||||
},
|
||||
mentionsLast () {
|
||||
return this.headTailLinksComputed.lastMentions
|
||||
},
|
||||
...mapGetters(['mergedConfig'])
|
||||
},
|
||||
components: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue