mirror of
https://git.pleroma.social/sjw/pleroma-fe.git
synced 2025-01-11 12:15:08 +01:00
Merge branch 'fix-scope-copy' into 'develop'
Fix typo that prevented scope copy from working. Closes #214 See merge request pleroma/pleroma-fe!413
This commit is contained in:
commit
e443716bcd
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user