mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
Remove sounds (#8617)
* feat: remove sounds * feat: remove more sounds * feat: disable sounds plugin * fix: openapi
This commit is contained in:
committed by
GitHub
parent
251ea79bd2
commit
5f10d67db5
@@ -1641,9 +1641,6 @@ describe('User', function () {
|
||||
restrictChat: 0,
|
||||
followTopicsOnCreate: 1,
|
||||
followTopicsOnReply: 1,
|
||||
notificationSound: '',
|
||||
incomingChatSound: '',
|
||||
outgoingChatSound: '',
|
||||
},
|
||||
};
|
||||
socketUser.saveSettings({ uid: testUid }, data, function (err) {
|
||||
|
||||
Reference in New Issue
Block a user