mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-17 05:50:25 +01:00
updated to latest compressed notifications
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
"nodebb-widget-essentials": "~0.0.21",
|
||||
"nodebb-theme-vanilla": "~0.0.19",
|
||||
"nodebb-theme-lavender": "~0.0.25",
|
||||
"nodebb-plugin-soundpack-default": "~0.1.0"
|
||||
"nodebb-plugin-soundpack-default": "~0.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "~1.13.0"
|
||||
|
||||
@@ -421,9 +421,9 @@ var fs = require('fs'),
|
||||
if (err || !sounds) {
|
||||
// Send default sounds
|
||||
var defaults = {
|
||||
notification: 'notification.wav',
|
||||
'chat-incoming': 'waterdrop-high.wav',
|
||||
'chat-outgoing': 'waterdrop-low.wav'
|
||||
'notification': 'notification.mp3',
|
||||
'chat-incoming': 'waterdrop-high.mp3',
|
||||
'chat-outgoing': 'waterdrop-low.mp3'
|
||||
};
|
||||
|
||||
return callback(null, defaults);
|
||||
|
||||
Reference in New Issue
Block a user