mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-13 01:03:35 +02:00
remove unused settings
This commit is contained in:
@@ -120,8 +120,6 @@ module.exports = function (User) {
|
||||
userLang: data.userLang || meta.config.defaultLang,
|
||||
followTopicsOnCreate: data.followTopicsOnCreate,
|
||||
followTopicsOnReply: data.followTopicsOnReply,
|
||||
sendChatNotifications: data.sendChatNotifications,
|
||||
sendPostNotifications: data.sendPostNotifications,
|
||||
restrictChat: data.restrictChat,
|
||||
topicSearchEnabled: data.topicSearchEnabled,
|
||||
delayImageLoading: data.delayImageLoading,
|
||||
|
||||
@@ -278,20 +278,6 @@
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="checkbox">
|
||||
<label class="mdl-switch mdl-js-switch mdl-js-ripple-effect">
|
||||
<input class="mdl-switch__input" type="checkbox" data-field="sendChatNotifications">
|
||||
<span class="mdl-switch__label"><strong>[[admin/settings/user:email-chat-notifs]]</strong></span>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="checkbox">
|
||||
<label class="mdl-switch mdl-js-switch mdl-js-ripple-effect">
|
||||
<input class="mdl-switch__input" type="checkbox" data-field="sendPostNotifications">
|
||||
<span class="mdl-switch__label"><strong>[[admin/settings/user:email-post-notif]]</strong></span>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="checkbox">
|
||||
<label class="mdl-switch mdl-js-switch mdl-js-ripple-effect">
|
||||
<input class="mdl-switch__input" type="checkbox" data-field="followTopicsOnCreate">
|
||||
|
||||
Reference in New Issue
Block a user