This commit is contained in:
Surya Paolo
2023-11-23 12:45:27 +01:00
parent d434374ed9
commit aac8ce0a4c

View File

@@ -2,6 +2,8 @@ const tools = require('../tools/general');
const appTelegram = [tools.FREEPLANET, tools.RISO];
//prova
const appTelegram_TEST = [tools.FREEPLANET, tools.RISO];
const appTelegram_DEVELOP = [tools.RISO];
// const appTelegram_DEVELOP = [tools.FIOREDELLAVITA];
@@ -836,9 +838,11 @@ const MyTelegramBot = {
if (!cl)
return false;
const langdest = myuser.lang;
const telegid = myuser.profile.teleg_id;
let userrecDest = await User.getUserShortDataByUsername(idapp, userDest);
let userId = userrecDest._id;
let title = this.getNomeAppByIdApp(idapp);