mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-06-15 22:41:05 +02:00
feat(Messages): merge adminMessages into user messages list
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
vm.getCountUnread = function () {
|
||||
if (Authentication.user) {
|
||||
MessagesService.countUnread(function (data) {
|
||||
vm.unreadCount = data.countFrom + data.countTo;
|
||||
vm.unreadCount = data.countFrom + data.countTo + data.countAdmin;
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user