Skip to content
Snippets Groups Projects

Fix #295 reply-to link pointing to wrong id

Merged Shpuld Shpludson requested to merge fix/reply-to-using-wrong-id into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -79,7 +79,7 @@ const Status = {
},
replyProfileLink () {
if (this.isReply) {
return this.generateUserProfileLink(this.status.in_reply_to_status_id, this.replyToName)
return this.generateUserProfileLink(this.status.in_reply_to_user_id, this.replyToName)
}
},
retweet () { return !!this.statusoid.retweeted_status },
Loading