Fix typo that prevented scope copy from working.

This commit is contained in:
Henry Jameson 2018-12-13 13:34:47 +03:00
parent fb5261b926
commit 9f48055261
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ const PostStatusForm = {
statusText = buildMentionsString({ user: this.repliedUser, attentions: this.attentions }, currentUser)
}
const scope = (this.copyMessageScope && this.$store.state.config.copyScope || this.copyMessageScope === 'direct')
const scope = (this.copyMessageScope && this.$store.state.config.scopeCopy || this.copyMessageScope === 'direct')
? this.copyMessageScope
: this.$store.state.users.currentUser.default_scope