Use serverside html rendering in usernames and bios if available.

This commit is contained in:
eal 2018-08-09 12:52:34 +03:00
parent 5cfc247c6b
commit 876f7633fe
5 changed files with 19 additions and 7 deletions

View file

@ -40,6 +40,7 @@ const Status = {
},
retweet () { return !!this.statusoid.retweeted_status },
retweeter () { return this.statusoid.user.name },
retweeterHtml () { return this.statusoid.user.name_html },
status () {
if (this.retweet) {
return this.statusoid.retweeted_status