Use serverside html rendering in usernames and bios if available.
This commit is contained in:
parent
5cfc247c6b
commit
876f7633fe
5 changed files with 19 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue