- Accepted and Refused Group Entering

- Report a User
This commit is contained in:
paoloar77
2022-08-04 17:30:57 +02:00
parent d902783336
commit 8a587dc715
16 changed files with 529 additions and 266 deletions

View File

@@ -71,6 +71,9 @@ const MyGroupSchema = new Schema({
pwd_cryp: {
type: String,
},
createdBy: {
type: String,
},
admins: [
{
username: {type: String},