aboutsummaryrefslogtreecommitdiff
path: root/src/components/status_content
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2021-06-10 13:01:00 +0300
committerHenry Jameson <me@hjkos.com>2021-06-10 13:01:00 +0300
commit394fd462dc48654ba7743bb9c2ac378f98f75bd4 (patch)
treecd358e449360f170ac212be4bf0fbb12149964da /src/components/status_content
parentc6c478f4cf123d9510e1e67a852cad0398d08052 (diff)
proper cachin of headTailLinks, show mentions in notificaitons always
Diffstat (limited to 'src/components/status_content')
-rw-r--r--src/components/status_content/status_content.js4
-rw-r--r--src/components/status_content/status_content.vue2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/components/status_content/status_content.js b/src/components/status_content/status_content.js
index 1b80ee09..363a9cb0 100644
--- a/src/components/status_content/status_content.js
+++ b/src/components/status_content/status_content.js
@@ -31,7 +31,9 @@ const StatusContent = {
'focused',
'noHeading',
'fullContent',
- 'singleLine'
+ 'singleLine',
+ 'hideFirstMentions',
+ 'headTailLinks'
],
computed: {
hideAttachments () {
diff --git a/src/components/status_content/status_content.vue b/src/components/status_content/status_content.vue
index 0283ce2d..18f6e7be 100644
--- a/src/components/status_content/status_content.vue
+++ b/src/components/status_content/status_content.vue
@@ -4,6 +4,8 @@
<StatusBody
:status="status"
:single-line="singleLine"
+ :hide-first-mentions="hideFirstMentions"
+ :headTailLinks="headTailLinks"
>
<div v-if="status.poll && status.poll.options">
<poll :base-poll="status.poll" />