Merge pull request #2144 from achf01/moderator-privacy-on-by-default

moderator setting on by default
This commit is contained in:
yflory 2026-02-04 15:15:55 +01:00 committed by GitHub
commit ff3b4bc131
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -421,7 +421,7 @@ define([
// Msg.support_privacyHint.support_privacyTitle
sidebar.addCheckboxItem({
key: 'privacy',
getState: () => false,
getState: () => true,
query: (val, setState) => {
APP.support.setAnonymous(val);
setState(val);