- Registrazione: conferma Abilitazione da Telegram

- Richiesta Amicizia
This commit is contained in:
paoloar77
2022-01-16 23:21:03 +01:00
parent 0d96cf72b6
commit f463f88495
6 changed files with 153 additions and 32 deletions

View File

@@ -52,7 +52,7 @@ const BotSchema = new Schema({
});
BotSchema.statics.getFieldsForSearch = function() {
return [];
return [{ field: 'label', type: tools.FieldType.string }]
};
BotSchema.statics.executeQueryTable = function(idapp, params) {