diff options
| author | Henry Jameson <me@hjkos.com> | 2021-06-11 03:11:58 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-06-11 03:11:58 +0300 |
| commit | f883d2f75cd3c404115bd2c98b6d3c8d7ff10ef6 (patch) | |
| tree | 1cfb6499bc5ffc5eb246fb1b270191926681b414 /src/components/status_content/status_content.vue | |
| parent | b84aeff6bf288b6e5855c2be0fd78577a0f7c0e5 (diff) | |
better handling of hellthreads with mentions at bottom
Diffstat (limited to 'src/components/status_content/status_content.vue')
| -rw-r--r-- | src/components/status_content/status_content.vue | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/components/status_content/status_content.vue b/src/components/status_content/status_content.vue index c32bbbfb..feb34d2c 100644 --- a/src/components/status_content/status_content.vue +++ b/src/components/status_content/status_content.vue @@ -4,9 +4,8 @@ <StatusBody :status="status" :single-line="singleLine" - :hide-first-mentions="hideFirstMentions" - :hide-last-mentions="hideLastMentions" - :head-tail-links="headTailLinks" + :hide-mentions="hideMentions" + @parseReady="setHeadTailLinks" > <div v-if="status.poll && status.poll.options"> <poll :base-poll="status.poll" /> |
