Notification translation fix, #3526
Ylian Saint-Hilaire committed
Jan 24, 2022 at 08:12 UTC
106c3ca4612297e61945c1db3c42a750a2b2aa77
1 file changed
+1
-1
meshuser.js
+1
-1
@@ -5135,7 +5135,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
5135
obj.send({ action: 'adduser', responseid: command.responseid, result: err, msgid: errid });
5136
} else {
5137
// Send error back, user not found.
5138
- displayNotificationMessage(err, "New Account", 'ServerNotify', null, 1, errid);
5138
+ displayNotificationMessage(err, "New Account", 'ServerNotify', 1, errid);
5139
}
5140
return;
5141
}