Skip to content
Snippets Groups Projects
Commit 487a194f authored by Jared Redford's avatar Jared Redford
Browse files

#470 - handle cases without subject

parent 6847e70a
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment