StatusContent: Better separate subject from status content.

This commit is contained in:
lain 2020-06-19 12:46:48 +02:00
parent 95f5c7fff6
commit a79bad5cdb
2 changed files with 13 additions and 15 deletions

View file

@ -142,12 +142,6 @@ const StatusContent = {
return html
}
},
contentHtml () {
if (!this.status.summary_html) {
return this.postBodyHtml
}
return this.status.summary_html + '<br />' + this.postBodyHtml
},
...mapGetters(['mergedConfig']),
...mapState({
betterShadow: state => state.interface.browserSupport.cssFilter,