#470 - handle cases without subject

fix-emoji-picker
jared 6 years ago
parent 6847e70a49
commit 487a194f6d

@ -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…
Cancel
Save