TODO open Telegram
This commit is contained in:
parent
f59670dfb5
commit
248f29c12d
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user