Change license to AGPL

This commit is contained in:
RainLoop Team 2015-05-04 23:58:02 +04:00
parent 86bb1d0dcf
commit 3246b2c81f
6 changed files with 722 additions and 40 deletions

View file

@ -285,7 +285,7 @@
});
this.hasUnreadMessages = ko.computed(function () {
return 0 < this.messageCountUnread();
return 0 < this.messageCountUnread() && '' !== this.printableUnreadCount();
}, this);
this.hasSubScribedUnreadMessagesSubfolders = ko.computed(function () {