Skip to content
Snippets Groups Projects

Resolve "Handling subjects/spoiler_text/cw not working properly"

Merged Jared Redford requested to merge jaredr/pleroma-fe:470-toggle-subject-content into develop
All threads resolved!
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -253,6 +253,9 @@ const Status = {
return this.$store.state.config.maxThumbnails
},
contentHtml () {
if (!this.status.summary_html) {
return this.status.statusnet_html
}
return this.status.summary_html + '<br />' + this.status.statusnet_html
}
},
Loading