don't hide mentions for OPs
This commit is contained in:
parent
b9ab90baf8
commit
5c5dabb91a
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@
|
|||
:no-heading="noHeading"
|
||||
:highlight="highlight"
|
||||
:focused="isFocused"
|
||||
:hide-first-mentions="mentionsOwnLine"
|
||||
:hide-first-mentions="mentionsOwnLine && isReply"
|
||||
:head-tail-links="headTailLinks"
|
||||
@mediaplay="addMediaPlaying($event)"
|
||||
@mediapause="removeMediaPlaying($event)"
|
||||
|
|
Loading…
Reference in a new issue