Riso: Ris Italia, altre modifiche grafiche

Lista Utenti da Verificare
This commit is contained in:
Surya Paolo
2023-11-30 01:49:17 +01:00
parent 0e3ba5ff87
commit 4a408b4ebd
6 changed files with 59 additions and 11 deletions

View File

@@ -893,6 +893,8 @@ const MyTelegramBot = {
}, */
]);
}
send_notif = true;
} else if (myfunc === shared_consts.CallFunz.RICHIESTA_GRUPPO) {
domanda = printf(getstr(langdest, 'MSG_ACCEPT_NEWENTRY_INGROUP'), name) + '<br>' + struserinfomsg;
@@ -924,6 +926,8 @@ const MyTelegramBot = {
groupid + tools.SEP + groupname,
},*/
]);
send_notif = true;
} else {
domanda = i18n.__({ phrase: 'CIRCUIT_ACCEPT_NEWENTRY', locale: langdest }, myuser.username, name) + '<br>' + struserinfomsg;
@@ -939,6 +943,7 @@ const MyTelegramBot = {
groupid,
}, */
]);
send_notif = true;
}
}