#470 - fix subject and content toggle issue

This commit is contained in:
jared 2019-04-01 12:54:34 -04:00
parent 6c24ae9b0b
commit 748b1ed167
2 changed files with 5 additions and 2 deletions

View file

@ -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: {