Updated chat service to use api v3 (#7113)

* Updated chat service to use api v3

* Removed , added back User functions, added todo
This commit is contained in:
Keith Holliday
2016-04-27 08:59:10 -05:00
committed by Matteo Pagliazzi
parent ea490c9a1f
commit 2619b34c65
6 changed files with 201 additions and 65 deletions

View File

@@ -155,7 +155,7 @@ window.habitrpg = angular.module('habitrpg',
Groups.Group.get($stateParams.gid)
.then(function (response) {
$scope.group = response.data.data;
Chat.seenMessage($scope.group._id);
Chat.markChatSeen($scope.group._id);
});
}]
})