Hellthread(tm) Certified
This commit is contained in:
parent
0f73e96194
commit
cc00af7a31
13 changed files with 257 additions and 89 deletions
|
@ -196,6 +196,9 @@ const Status = {
|
|||
hasMentionsLine () {
|
||||
return this.mentionsLine.length > 0
|
||||
},
|
||||
hideLastMentions () {
|
||||
return this.headTailLinks.firstMentions.length === 0
|
||||
},
|
||||
muted () {
|
||||
if (this.statusoid.user.id === this.currentUser.id) return false
|
||||
const { status } = this
|
||||
|
|
|
@ -306,6 +306,7 @@
|
|||
:highlight="highlight"
|
||||
:focused="isFocused"
|
||||
:hide-first-mentions="mentionsOwnLine && isReply"
|
||||
:hide-last-mentions="hideLastMentions"
|
||||
:head-tail-links="headTailLinks"
|
||||
@mediaplay="addMediaPlaying($event)"
|
||||
@mediapause="removeMediaPlaying($event)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue