diff options
| author | Henry Jameson <me@hjkos.com> | 2021-06-10 18:52:01 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-06-10 18:52:01 +0300 |
| commit | cc00af7a3102034b05ebcd4aa1fd01c6f467184a (patch) | |
| tree | fc2d34177416a03359a85567aa6b8c29374c2f07 /src/components/status_content/status_content.vue | |
| parent | 0f73e96194fb13e70be0222a7ab718d7894b62c2 (diff) | |
Hellthread(tm) Certified
Diffstat (limited to 'src/components/status_content/status_content.vue')
| -rw-r--r-- | src/components/status_content/status_content.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/status_content/status_content.vue b/src/components/status_content/status_content.vue index 18f6e7be..c32bbbfb 100644 --- a/src/components/status_content/status_content.vue +++ b/src/components/status_content/status_content.vue @@ -5,7 +5,8 @@ :status="status" :single-line="singleLine" :hide-first-mentions="hideFirstMentions" - :headTailLinks="headTailLinks" + :hide-last-mentions="hideLastMentions" + :head-tail-links="headTailLinks" > <div v-if="status.poll && status.poll.options"> <poll :base-poll="status.poll" /> |
