enabled saving of sendPostNotification setting

v1.18.x
Julian Lam 10 years ago
parent 08e39d150e
commit 891731ca52

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

Loading…
Cancel
Save