mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
Merge branch 'achf01-moderator-privacy-on-by-default' into 2025.12-test
This commit is contained in:
commit
ec142c2aed
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user