[API] Better error message

This commit is contained in:
syuilo 2017-03-01 14:49:36 +09:00
parent 4f1a65f758
commit 2595b9df36

View file

@ -42,7 +42,7 @@ module.exports = (params, user) =>
// Myself // Myself
if (new mongo.ObjectID(recipient).equals(user._id)) { if (new mongo.ObjectID(recipient).equals(user._id)) {
return rej('-need-translate-'); return rej('cannot send message to myself');
} }
recipient = await User.findOne({ recipient = await User.findOne({