mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-08 10:03:20 +02:00
updated to latest compressed notifications
This commit is contained in:
@@ -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