updated to latest compressed notifications

v1.18.x
psychobunny 11 years ago
parent 35c87a17bb
commit f895ae6ce4

@ -48,7 +48,7 @@
"nodebb-widget-essentials": "~0.0.21", "nodebb-widget-essentials": "~0.0.21",
"nodebb-theme-vanilla": "~0.0.19", "nodebb-theme-vanilla": "~0.0.19",
"nodebb-theme-lavender": "~0.0.25", "nodebb-theme-lavender": "~0.0.25",
"nodebb-plugin-soundpack-default": "~0.1.0" "nodebb-plugin-soundpack-default": "~0.1.1"
}, },
"devDependencies": { "devDependencies": {
"mocha": "~1.13.0" "mocha": "~1.13.0"

@ -421,9 +421,9 @@ var fs = require('fs'),
if (err || !sounds) { if (err || !sounds) {
// Send default sounds // Send default sounds
var defaults = { var defaults = {
notification: 'notification.wav', 'notification': 'notification.mp3',
'chat-incoming': 'waterdrop-high.wav', 'chat-incoming': 'waterdrop-high.mp3',
'chat-outgoing': 'waterdrop-low.wav' 'chat-outgoing': 'waterdrop-low.mp3'
}; };
return callback(null, defaults); return callback(null, defaults);

Loading…
Cancel
Save