diff --git a/src/mailgo.js b/src/mailgo.js index 4e02f4c..1d58709 100644 --- a/src/mailgo.js +++ b/src/mailgo.js @@ -508,7 +508,7 @@ const actions = { openTelegram: () => { // Telegram url - let tgUrl = "tg://msg?text=" + msg + "&to=" + tel; + let tgUrl = "https://t.me/" + tel; // open the url window.open(tgUrl, "_blank"); // hide the modal