ok
This commit is contained in:
@@ -2,6 +2,8 @@ const tools = require('../tools/general');
|
|||||||
|
|
||||||
const appTelegram = [tools.FREEPLANET, tools.RISO];
|
const appTelegram = [tools.FREEPLANET, tools.RISO];
|
||||||
|
|
||||||
|
//prova
|
||||||
|
|
||||||
const appTelegram_TEST = [tools.FREEPLANET, tools.RISO];
|
const appTelegram_TEST = [tools.FREEPLANET, tools.RISO];
|
||||||
const appTelegram_DEVELOP = [tools.RISO];
|
const appTelegram_DEVELOP = [tools.RISO];
|
||||||
// const appTelegram_DEVELOP = [tools.FIOREDELLAVITA];
|
// const appTelegram_DEVELOP = [tools.FIOREDELLAVITA];
|
||||||
@@ -835,9 +837,11 @@ const MyTelegramBot = {
|
|||||||
const cl = getclTelegByidapp(idapp);
|
const cl = getclTelegByidapp(idapp);
|
||||||
if (!cl)
|
if (!cl)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
|
||||||
const langdest = myuser.lang;
|
const langdest = myuser.lang;
|
||||||
const telegid = myuser.profile.teleg_id;
|
const telegid = myuser.profile.teleg_id;
|
||||||
|
|
||||||
|
|
||||||
let userrecDest = await User.getUserShortDataByUsername(idapp, userDest);
|
let userrecDest = await User.getUserShortDataByUsername(idapp, userDest);
|
||||||
let userId = userrecDest._id;
|
let userId = userrecDest._id;
|
||||||
|
|||||||
Reference in New Issue
Block a user