mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-07 17:26:25 +02:00
feat(H&R): user can remove warning with score number, admin and oper can remove warning too.
This commit is contained in:
@@ -42,6 +42,13 @@
|
||||
vm.getInvitationsCount();
|
||||
});
|
||||
|
||||
/**
|
||||
* user-hnr-warnings-changed
|
||||
*/
|
||||
$scope.$on('user-hnr-warnings-changed', function (event, args) {
|
||||
vm.getWarning();
|
||||
});
|
||||
|
||||
/**
|
||||
* user-unread-count-changed
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user