diff options
| author | Henry Jameson <me@hjkos.com> | 2021-06-12 16:15:22 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-06-12 16:15:22 +0300 |
| commit | c1bd36dc6f5700eb13c4b86fcd353a07a7c2fc08 (patch) | |
| tree | fa7e964330caae4c81cf63971b872512fa2fa2cf /src/components/status_body | |
| parent | ffc501eb236a7ec088c058d24396a2dccc8f3a8b (diff) | |
change how "first" line is determined. Allow one mention in the
beginning for hellthread style
Diffstat (limited to 'src/components/status_body')
| -rw-r--r-- | src/components/status_body/status_body.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status_body/status_body.vue b/src/components/status_body/status_body.vue index 45d899fb..7e699a45 100644 --- a/src/components/status_body/status_body.vue +++ b/src/components/status_body/status_body.vue @@ -54,7 +54,7 @@ @parseReady="setHeadTailLinks" /> <MentionsLine - v-if="!hideMentions && lastMentions.length > 0 && firstMentions.length === 0" + v-if="!hideMentions && lastMentions.length > 0 && firstMentions.length <= 1" :mentions="lastMentions" /> </span> |
