mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-08 16:42:48 +01:00
site title fallbacks for daily digest titles
This commit is contained in:
@@ -74,7 +74,7 @@ module.exports = function(User) {
|
||||
subject: '[' + meta.config.title + '] Daily Digest for ' + now.getFullYear()+ '/' + (now.getMonth()+1) + '/' + now.getDate(),
|
||||
username: userObj.username,
|
||||
url: nconf.get('url'),
|
||||
site_title: meta.config.title,
|
||||
site_title: meta.config.title | meta.config.browserTitle | 'NodeBB',
|
||||
notifications: notifications,
|
||||
recent: data.recent.topics
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user