ok
This commit is contained in:
@@ -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];
|
||||
@@ -835,9 +837,11 @@ const MyTelegramBot = {
|
||||
const cl = getclTelegByidapp(idapp);
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user