forked from AkkomaGang/akkoma-fe
don't hide mentions for OPs
This commit is contained in:
parent
0263834faa
commit
0f73e96194
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