logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 0f73e96194fb13e70be0222a7ab718d7894b62c2
parent 0263834faa59229e0290828798a9b8f61836c72c
Author: Henry Jameson <me@hjkos.com>
Date:   Thu, 10 Jun 2021 15:11:57 +0300

don't hide mentions for OPs

Diffstat:

Msrc/components/status/status.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/status/status.vue b/src/components/status/status.vue @@ -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)"