TODO open Telegram

This commit is contained in:
Matteo Manzinello 2019-07-18 10:16:56 +02:00
parent f59670dfb5
commit 248f29c12d

View File

@ -493,6 +493,13 @@ const actions = {
window.open(waUrl, "_blank"); window.open(waUrl, "_blank");
}, },
openTelegram: tel => {
// TODO
let tgUrl = "";
window.open(tgUrl, "_blank");
},
copy: (mail, copyButton) => { copy: (mail, copyButton) => {
copyToClipboard(mail); copyToClipboard(mail);
copyButton.textContent = "copied"; copyButton.textContent = "copied";