mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-19 17:49:57 +02:00
feat: option to allow auto-joining of groups (optionally skip the "request membership" step)
This commit is contained in:
@@ -10,7 +10,7 @@ const translator = require('../translator');
|
||||
|
||||
const intFields = [
|
||||
'createtime', 'memberCount', 'hidden', 'system', 'private',
|
||||
'userTitleEnabled', 'disableJoinRequests', 'disableLeave',
|
||||
'userTitleEnabled', 'disableJoinRequests', 'disableLeave', 'autojoin',
|
||||
];
|
||||
|
||||
module.exports = function (Groups) {
|
||||
|
||||
Reference in New Issue
Block a user