mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 12:36:02 +01:00
removed duped and empty bodyLong
This commit is contained in:
@@ -271,7 +271,6 @@ var async = require('async'),
|
||||
|
||||
notifications.create({
|
||||
bodyShort: meta.config.welcomeNotification,
|
||||
bodyLong: meta.config.welcomeNotification,
|
||||
path: path,
|
||||
nid: 'welcome_' + uid
|
||||
}, function(err, notification) {
|
||||
|
||||
Reference in New Issue
Block a user