diff --git a/src/user/settings.js b/src/user/settings.js index d3dec1cb6d..0f9494a1ce 100644 --- a/src/user/settings.js +++ b/src/user/settings.js @@ -123,8 +123,6 @@ module.exports = function (User) { categoryWatchState: data.categoryWatchState, categoryTopicSort: data.categoryTopicSort, topicPostSort: data.topicPostSort, - setCategorySort: data.setCategorySort, - setTopicSort: data.setTopicSort, }; const notificationTypes = await notifications.getAllNotificationTypes(); notificationTypes.forEach(function (notificationType) {