From cc00af7a3102034b05ebcd4aa1fd01c6f467184a Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Thu, 10 Jun 2021 18:52:01 +0300 Subject: Hellthread(tm) Certified --- src/components/status_content/status_content.js | 1 + src/components/status_content/status_content.vue | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src/components/status_content') diff --git a/src/components/status_content/status_content.js b/src/components/status_content/status_content.js index 363a9cb0..64cc6d44 100644 --- a/src/components/status_content/status_content.js +++ b/src/components/status_content/status_content.js @@ -33,6 +33,7 @@ const StatusContent = { 'fullContent', 'singleLine', 'hideFirstMentions', + 'hideLastMentions', 'headTailLinks' ], computed: { 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" >
-- cgit v1.2.3-70-g09d2