aboutsummaryrefslogtreecommitdiff
path: root/src/components/status_content/status_content.js
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-06-19 12:46:48 +0200
committerlain <lain@soykaf.club>2020-06-19 12:46:48 +0200
commita79bad5cdb896fd965e544df3ba8d0a87b3db458 (patch)
tree624d79d363cb1a5b43e1bbf033e1d21fcac29280 /src/components/status_content/status_content.js
parent95f5c7fff6e45444c90705c58ebe5ef713871039 (diff)
StatusContent: Better separate subject from status content.
Diffstat (limited to 'src/components/status_content/status_content.js')
-rw-r--r--src/components/status_content/status_content.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/components/status_content/status_content.js b/src/components/status_content/status_content.js
index c0a71e8f..cfee77a3 100644
--- a/src/components/status_content/status_content.js
+++ b/src/components/status_content/status_content.js
@@ -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,