This commit is contained in:
Barış Soner Uşaklı
2015-03-11 13:25:48 -04:00
parent eb733fdb6f
commit abd3979fb3
2 changed files with 4 additions and 1 deletions

View File

@@ -206,6 +206,9 @@ define('forum/chats', ['string', 'sounds', 'forum/infinitescroll'], function(S,
message:msg
}, function(err) {
if (err) {
if (err.message === '[[error:email-not-confirmed-chat]]') {
return showEmailConfirmAlert(err);
}
return app.alertError(err.message);
}