diff options
| author | Xiaofeng An <futureweb2020@yandex.com> | 2019-02-03 14:08:04 -0500 |
|---|---|---|
| committer | Xiaofeng An <futureweb2020@yandex.com> | 2019-02-03 14:08:04 -0500 |
| commit | abf53838e2d75ba1ef4dd08a53ac5839c8eaa4b4 (patch) | |
| tree | df22020d33e24973d1634c6678f221e143198186 /src/components/status/status.js | |
| parent | 7115584882f4fde67d248fa61611dbe579a41b9f (diff) | |
#307 - replace user links with router links in repeats
Diffstat (limited to 'src/components/status/status.js')
| -rw-r--r-- | src/components/status/status.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js index c718fe9f..c32ba501 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 |
