diff --git a/js/models/conversations.js b/js/models/conversations.js index 1fca53dcb..a4d1f727c 100644 --- a/js/models/conversations.js +++ b/js/models/conversations.js @@ -101,6 +101,7 @@ sendFunc(this.get('id'), body, attachments, now).then(function() { message.save({'sent': true}); }.bind(this)).catch(function(errors) { + console.log(errors); if (errors instanceof Error) { errors = [errors]; }