mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-07 17:16:03 +02:00
feat(messages): init messages module list page
This commit is contained in:
@@ -46,8 +46,6 @@
|
||||
* getInvitationsCount
|
||||
*/
|
||||
vm.getInvitationsCount = function () {
|
||||
console.log(Authentication.user);
|
||||
|
||||
if (Authentication.user) {
|
||||
InvitationsService.countInvitations({}, function (res) {
|
||||
if (res.countMyInvitations > 0) {
|
||||
|
||||
Reference in New Issue
Block a user