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
This commit is contained in:
Shpuld Shpludson 2019-02-04 04:22:33 +00:00
commit bb335ea71b
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