#470 - fix subject and content toggle issue
This commit is contained in:
parent
6c24ae9b0b
commit
748b1ed167
2 changed files with 5 additions and 2 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue