mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 14:05:46 +01:00
closes #1986
This commit is contained in:
@@ -80,6 +80,9 @@ var async = require('async'),
|
||||
break;
|
||||
}
|
||||
|
||||
return next(null, notification);
|
||||
} else {
|
||||
notification.image = meta.config['brand:logo'] || nconf.get('relative_path') + '/logo.png';
|
||||
return next(null, notification);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user