Added counters of unread messages for additional accounts (#377)

This commit is contained in:
RainLoop Team 2015-02-02 00:46:23 +04:00
parent abddb3d828
commit 79233ad83c
19 changed files with 333 additions and 93 deletions

View file

@ -238,8 +238,7 @@
*/
RemoteUserStorage.prototype.accountsCounts = function (fCallback)
{
return !!fCallback; // TODO
// this.defaultRequest(fCallback, 'AccountsCounts');
this.defaultRequest(fCallback, 'AccountsCounts');
};
/**