From 8a900e1e2346ee45e69bb192181945e105ff8a48 Mon Sep 17 00:00:00 2001 From: Matteo Manzinello Date: Thu, 19 Sep 2019 10:48:24 +0200 Subject: [PATCH] no more tg: but t.me for telegram --- src/mailgo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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