revert to using local setting for default nsfw since backend is broken

This commit is contained in:
Henry Jameson 2022-02-24 15:00:08 +02:00
parent 9623b0e140
commit f626da838a
3 changed files with 4 additions and 2 deletions

View file

@ -221,7 +221,8 @@
</label>
</li>
<li>
<BooleanSetting path="serverSide_defaultNSFW">
<!-- <BooleanSetting path="serverSide_defaultNSFW"> -->
<BooleanSetting path="sensitiveByDefault">
{{ $t('settings.sensitive_by_default') }}
</BooleanSetting>
</li>