logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: e443716bcd616ad61efae161624dd970841a935c
parent: 2077927ff3b2d9ddc255fe21635aa125cce5402d
Author: HJ <spam@hjkos.com>
Date:   Thu, 13 Dec 2018 10:39:50 +0000

Merge branch 'fix-scope-copy' into 'develop'

Fix typo that prevented scope copy from working.

Closes #214

See merge request pleroma/pleroma-fe!413

Diffstat:

Msrc/components/post_status_form/post_status_form.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js @@ -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