From 748b1ed1673033b2564ea9833d74f8c88c9c343b Mon Sep 17 00:00:00 2001 From: jared Date: Mon, 1 Apr 2019 12:54:34 -0400 Subject: #470 - fix subject and content toggle issue --- src/components/status/status.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/components/status/status.js') 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: { -- cgit v1.2.3-70-g09d2