don't hide mentions for OPs

This commit is contained in:
Henry Jameson 2021-06-10 15:11:57 +03:00
parent 0263834faa
commit 0f73e96194

View file

@ -305,7 +305,7 @@
:no-heading="noHeading" :no-heading="noHeading"
:highlight="highlight" :highlight="highlight"
:focused="isFocused" :focused="isFocused"
:hide-first-mentions="mentionsOwnLine" :hide-first-mentions="mentionsOwnLine && isReply"
:head-tail-links="headTailLinks" :head-tail-links="headTailLinks"
@mediaplay="addMediaPlaying($event)" @mediaplay="addMediaPlaying($event)"
@mediapause="removeMediaPlaying($event)" @mediapause="removeMediaPlaying($event)"