|
|
@ -101,6 +101,7 @@ module.exports = function(User) {
|
|
|
|
followTopicsOnCreate: data.followTopicsOnCreate,
|
|
|
|
followTopicsOnCreate: data.followTopicsOnCreate,
|
|
|
|
followTopicsOnReply: data.followTopicsOnReply,
|
|
|
|
followTopicsOnReply: data.followTopicsOnReply,
|
|
|
|
sendChatNotifications: data.sendChatNotifications,
|
|
|
|
sendChatNotifications: data.sendChatNotifications,
|
|
|
|
|
|
|
|
sendPostNotifications: data.sendPostNotifications,
|
|
|
|
restrictChat: data.restrictChat,
|
|
|
|
restrictChat: data.restrictChat,
|
|
|
|
topicSearchEnabled: data.topicSearchEnabled
|
|
|
|
topicSearchEnabled: data.topicSearchEnabled
|
|
|
|
}, next);
|
|
|
|
}, next);
|
|
|
|