mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Merge pull request #2144 from achf01/moderator-privacy-on-by-default
moderator setting on by default
This commit is contained in:
commit
ff3b4bc131
@ -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