diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-03-16 17:02:09 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-03-16 17:02:09 +0000 |
| commit | 123de8aad01333cc18fb5129dc82756070175fe1 (patch) | |
| tree | 1646ad4d69700e6d065285e42cd459dac10b462c /src | |
| parent | 71c0b59866ce3ef0ac57ac8cfc397858ae7e362b (diff) | |
Apply 1 suggestion(s) to 1 file(s)
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/post_status_form/post_status_form.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js index 9d7bbd75..fe07309f 100644 --- a/src/components/post_status_form/post_status_form.js +++ b/src/components/post_status_form/post_status_form.js @@ -117,7 +117,6 @@ const PostStatusForm = { ? this.copyMessageScope : this.$store.state.users.currentUser.default_scope - // const { defaultNSFW: sensitiveByDefault } = this.$store.state.serverSideConfig const { postContentType: contentType, sensitiveByDefault } = this.$store.getters.mergedConfig return { |
