#307 - replace user links with router links in repeats

This commit is contained in:
Xiaofeng An 2019-02-03 14:08:04 -05:00
parent 7115584882
commit abf53838e2
2 changed files with 6 additions and 2 deletions

View file

@ -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