aboutsummaryrefslogtreecommitdiff
path: root/src/components/status/status.js
diff options
context:
space:
mode:
authoreal <eal@waifu.club>2018-08-09 12:52:34 +0300
committereal <eal@waifu.club>2018-08-09 12:52:34 +0300
commit876f7633fe34039c6f25831fa63ecc55d99081ff (patch)
treec337057feb7e18d2e30ace5bc576133fe74b633a /src/components/status/status.js
parent5cfc247c6b7f5dcdf7ef7e552d85f31615129eab (diff)
Use serverside html rendering in usernames and bios if available.
Diffstat (limited to 'src/components/status/status.js')
-rw-r--r--src/components/status/status.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js
index 87ef90d8..eb7d24d6 100644
--- a/src/components/status/status.js
+++ b/src/components/status/status.js
@@ -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