mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 16:27:27 +02:00
removed duped and empty bodyLong
This commit is contained in:
@@ -163,7 +163,6 @@ module.exports = function(User) {
|
||||
if (userNameChanged) {
|
||||
notifications.create({
|
||||
bodyShort: '[[user:username_taken_workaround, ' + userData.username + ']]',
|
||||
bodyLong: '',
|
||||
image: 'brand:logo',
|
||||
nid: 'username_taken:' + uid,
|
||||
datetime: Date.now()
|
||||
|
||||
Reference in New Issue
Block a user