mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 14:05:46 +01:00
first pass #1249 -- this causes emails to be sent if you have not been to the site in over 24 hours.
This commit is contained in:
@@ -54,7 +54,7 @@ module.exports = function(app, middleware, controllers) {
|
||||
});
|
||||
|
||||
app.get('/test', function(req, res) {
|
||||
require('../meta').sounds.init();
|
||||
user.sendDailyDigests();
|
||||
res.send(200);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user