From 748b1ed1673033b2564ea9833d74f8c88c9c343b Mon Sep 17 00:00:00 2001 From: jared Date: Mon, 1 Apr 2019 12:54:34 -0400 Subject: [PATCH] #470 - fix subject and content toggle issue --- src/components/status/status.js | 3 +++ src/components/status/status.vue | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/status/status.js b/src/components/status/status.js index 550fe76f..cb2693e1 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -251,6 +251,9 @@ const Status = { }, maxThumbnails () { return this.$store.state.config.maxThumbnails + }, + contentHtml () { + return this.status.summary_html + '
' + this.status.statusnet_html } }, components: { diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 1f415534..b66c1c93 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -99,12 +99,12 @@
Show more -
+
Show less
Show more -
+
Show more Show less