aboutsummaryrefslogtreecommitdiff
path: root/src/components/status/status.js
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2019-02-04 04:22:33 +0000
committerShpuld Shpludson <shp@cock.li>2019-02-04 04:22:33 +0000
commitbb335ea71b7e94dd39b583e039e4e42d05ed807d (patch)
tree0e92d9a59407efbb2dbcb7476ae0515a47490010 /src/components/status/status.js
parentd6ee6e8394a86cadc1419f014dc5e77569c62c75 (diff)
parentabf53838e2d75ba1ef4dd08a53ac5839c8eaa4b4 (diff)
Merge branch 'fix/user-links-not-replaced-with-router-links-in-repeats' into 'develop'
#307 - replace user links with router links in repeats See merge request pleroma/pleroma-fe!516
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 7bf4fa2d..682231c4 100644
--- a/src/components/status/status.js
+++ b/src/components/status/status.js
@@ -89,6 +89,7 @@ const Status = {
retweet () { return !!this.statusoid.retweeted_status },
retweeter () { return this.statusoid.user.name || this.statusoid.user.screen_name },
retweeterHtml () { return this.statusoid.user.name_html },
+ retweeterProfileLink () { return this.generateUserProfileLink(this.statusoid.user.id, this.statusoid.user.screen_name) },
status () {
if (this.retweet) {
return this.statusoid.retweeted_status