mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
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:
committed by
Matteo Pagliazzi
parent
ea490c9a1f
commit
2619b34c65
@@ -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);
|
||||
});
|
||||
}]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user