- Accepted and Refused Group Entering

- Report a User
This commit is contained in:
paoloar77
2022-08-04 17:30:01 +02:00
parent 1144177168
commit 66ee007e92
22 changed files with 378 additions and 341 deletions

View File

@@ -66,6 +66,7 @@ db.getCollection('myskills').aggregate(
"comune": 1,
"mycities": 1,
"profile.img": 1,
reported: 1,
"profile.mygroups": 1,
"profile.qualifica": 1
}
@@ -119,6 +120,7 @@ db.getCollection('myskills').aggregate(
"comune": 1,
"mycities": 1,
"profile.img": 1,
reported: 1,
"profile.mygroups": 1,
"profile.qualifica": 1
}
@@ -172,6 +174,7 @@ db.getCollection('myskills').aggregate(
"comune": 1,
"mycities": 1,
"profile.img": 1,
reported: 1,
"profile.mygroups": 1,
"profile.qualifica": 1
}
@@ -225,6 +228,7 @@ db.getCollection('myskills').aggregate(
"comune": 1,
"mycities": 1,
"profile.img": 1,
reported: 1,
"profile.mygroups": 1,
"profile.qualifica": 1
}