better handling of hellthreads with mentions at bottom
This commit is contained in:
parent
b84aeff6bf
commit
f883d2f75c
10 changed files with 138 additions and 142 deletions
|
@ -32,9 +32,7 @@ const StatusContent = {
|
|||
'noHeading',
|
||||
'fullContent',
|
||||
'singleLine',
|
||||
'hideFirstMentions',
|
||||
'hideLastMentions',
|
||||
'headTailLinks'
|
||||
'hideMentions'
|
||||
],
|
||||
computed: {
|
||||
hideAttachments () {
|
||||
|
@ -94,6 +92,9 @@ const StatusContent = {
|
|||
StatusBody
|
||||
},
|
||||
methods: {
|
||||
setHeadTailLinks (headTailLinks) {
|
||||
this.$emit('parseReady', headTailLinks)
|
||||
},
|
||||
setMedia () {
|
||||
const attachments = this.attachmentSize === 'hide' ? this.status.attachments : this.galleryAttachments
|
||||
return () => this.$store.dispatch('setMedia', attachments)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue