diff options
| author | Henry Jameson <me@hjkos.com> | 2021-06-10 15:11:57 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-06-10 15:11:57 +0300 |
| commit | 0f73e96194fb13e70be0222a7ab718d7894b62c2 (patch) | |
| tree | 47a7f2e86d2cd6e80971d6f405130d6cf6c5d90a /src | |
| parent | 0263834faa59229e0290828798a9b8f61836c72c (diff) | |
don't hide mentions for OPs
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/status/status.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 98965ae0..7cc25be9 100644 --- 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)" |
