Merge pull request #1494 from h3poteto/iss-1438

closes #1438 Fix reblog target id when reblog using shortcut key
This commit is contained in:
AkiraFukushima 2020-05-31 01:34:21 +09:00 committed by GitHub
commit 409b7b16d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -604,10 +604,10 @@ export default {
this.openReply()
break
case 'boost':
this.changeReblog(this.message)
this.changeReblog(this.originalMessage)
break
case 'fav':
this.changeFavourite(this.message)
this.changeFavourite(this.originalMessage)
break
case 'open':
this.openDetail(this.message)