add option to have public nsfw/nsfl

This commit is contained in:
2026-06-03 13:07:24 +02:00
parent adc8431522
commit d5de02511b
3 changed files with 10 additions and 3 deletions

View File

@@ -416,7 +416,8 @@
dm_attachments: @if(dm_attachments) true @else false @endif,
dm_unencrypted: @if(dm_unencrypted) true @else false @endif,
allow_comment_deletion: @if(allow_comment_deletion) true @else false @endif,
enable_comment_polls: @if(enable_comment_polls) true @else false @endif
enable_comment_polls: @if(enable_comment_polls) true @else false @endif,
mode: {{ mode !== undefined ? mode : 0 }}
};
window.f0ckDebug = window.f0ckSession.development ? console.log.bind(console) : () => {};
window.f0ckI18n = {