mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-05 23:30:36 +01:00
Merge pull request #4221 from pichalite/private-groups
set default option for allowPrivateGroups on setup
This commit is contained in:
@@ -29,5 +29,6 @@
|
||||
"profileImageDimension": 128,
|
||||
"requireEmailConfirmation": 0,
|
||||
"allowProfileImageUploads": 1,
|
||||
"teaserPost": "last"
|
||||
}
|
||||
"teaserPost": "last",
|
||||
"allowPrivateGroups": 1
|
||||
}
|
||||
Reference in New Issue
Block a user