mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-09 15:37:37 +02:00
feat(message): add maker group create finished server notice message
message is in translate strings, support markdown and emoji #20
This commit is contained in:
@@ -49,6 +49,9 @@
|
||||
$scope.$on('auth-user-changed', function (event, args) {
|
||||
vm.user = Authentication.user;
|
||||
vm.scoreLevelData = vm.user ? ScoreLevelService.getScoreLevelJson(vm.user.score) : undefined;
|
||||
vm.getInvitationsCount();
|
||||
vm.getWarning();
|
||||
vm.getCountUnread();
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user