Sistemazioni varie BUGS

This commit is contained in:
paoloar77
2022-03-10 23:19:56 +01:00
parent 0d916ac81d
commit d60be7c89e
8 changed files with 75 additions and 30 deletions

View File

@@ -234,9 +234,7 @@ module.exports = {
'profile.teleg_id': {$gt: 1},
'profile.username_telegram': {$exists: true},
$expr: { $gt: [ { $strLenCP: "$profile.username_telegram" }, 3 ] },
$or: [
{'verified_by_aportador': {$exists: false}},
{'verified_by_aportador': {$exists: true, $eq: false}}],
'verified_by_aportador': {$exists: false}
};
} else if (params.typemsg === shared_consts.TypeMsg.SEND_TO_GROUP) {
if (params.groupnameDest) {