- fix: "Circuito RIS {nomecircuito}" uniformati tutti quanti.
- fix Strette di mano dicitura. - poter vedere e cliccare sul gruppo telegram della provincia (dalla lista dei circuiti).
This commit is contained in:
@@ -759,7 +759,7 @@ const MyTelegramBot = {
|
||||
|
||||
const cl = getclTelegByidapp(idapp);
|
||||
if (cl && idtelegram) {
|
||||
|
||||
|
||||
return await cl.sendMsg(idtelegram, text, null, MyForm, message_id,
|
||||
chat_id, ripr_menuPrec);
|
||||
}
|
||||
@@ -3330,7 +3330,8 @@ class Telegram {
|
||||
rec.entities = msg.entities;
|
||||
|
||||
// Se contiene della formattazione allora fai il FORWARD DEL MESSAGGIO
|
||||
rec.forwardMessage = !!rec.entities;
|
||||
//rec.forwardMessage = !!rec.entities;
|
||||
rec.forwardMessage = false;
|
||||
|
||||
rec.chatId = msg.chat.id;
|
||||
rec.messageId = msg.message_id;
|
||||
|
||||
Reference in New Issue
Block a user