From 891731ca5208d1694060d50e3b935084466268f6 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 27 Jan 2015 11:42:03 -0500 Subject: [PATCH] enabled saving of sendPostNotification setting --- src/user/settings.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/user/settings.js b/src/user/settings.js index 9f3e1166eb..3daa3db869 100644 --- a/src/user/settings.js +++ b/src/user/settings.js @@ -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);