mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-07 15:47:24 +02:00
@@ -117,7 +117,7 @@
|
||||
vm.getCountUnread = function () {
|
||||
if (Authentication.user) {
|
||||
MessagesService.countUnread(function (data) {
|
||||
vm.unreadCount = data.countFrom + data.countTo + data.countAdmin;
|
||||
vm.unreadCount = data.countAll;
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user