diff options
| author | jared <jaredrmain@gmail.com> | 2019-04-01 12:54:34 -0400 |
|---|---|---|
| committer | jared <jaredrmain@gmail.com> | 2019-04-01 12:54:34 -0400 |
| commit | 748b1ed1673033b2564ea9833d74f8c88c9c343b (patch) | |
| tree | dece1ad8cddde45206da92ca88ec50b4c6e56534 /src/components/status/status.js | |
| parent | 6c24ae9b0be25becc453cd62ba78b955c5fb6c70 (diff) | |
#470 - fix subject and content toggle issue
Diffstat (limited to 'src/components/status/status.js')
| -rw-r--r-- | src/components/status/status.js | 3 |
1 files changed, 3 insertions, 0 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 + '<br />' + this.status.statusnet_html } }, components: { |
