diff options
| author | Henry Jameson <me@hjkos.com> | 2022-02-24 15:00:08 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-02-24 15:00:08 +0200 |
| commit | f626da838a7abeb3a2d3cd5f71ee4eb2ca272361 (patch) | |
| tree | 62d6922ae3caa78b2912e6393f71ce50aaa1eb43 /src/components/post_status_form | |
| parent | 9623b0e1409e85c5598989f0cd13f3ccbb504bd2 (diff) | |
revert to using local setting for default nsfw since backend is broken
Diffstat (limited to 'src/components/post_status_form')
| -rw-r--r-- | src/components/post_status_form/post_status_form.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js index fe07309f..9d7bbd75 100644 --- a/src/components/post_status_form/post_status_form.js +++ b/src/components/post_status_form/post_status_form.js @@ -117,6 +117,7 @@ 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 { |
