no more tg: but t.me for telegram
This commit is contained in:
parent
a8701b07fc
commit
8a900e1e23
@ -508,7 +508,7 @@ const actions = {
|
|||||||
|
|
||||||
openTelegram: () => {
|
openTelegram: () => {
|
||||||
// Telegram url
|
// Telegram url
|
||||||
let tgUrl = "tg://msg?text=" + msg + "&to=" + tel;
|
let tgUrl = "https://t.me/" + tel;
|
||||||
// open the url
|
// open the url
|
||||||
window.open(tgUrl, "_blank");
|
window.open(tgUrl, "_blank");
|
||||||
// hide the modal
|
// hide the modal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user