From 248f29c12db90e41a3e8dde5c9d8c2284e40aee9 Mon Sep 17 00:00:00 2001 From: Matteo Manzinello Date: Thu, 18 Jul 2019 10:16:56 +0200 Subject: [PATCH] TODO open Telegram --- src/mailgo.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/mailgo.js b/src/mailgo.js index 602f904..7927f84 100644 --- a/src/mailgo.js +++ b/src/mailgo.js @@ -493,6 +493,13 @@ const actions = { window.open(waUrl, "_blank"); }, + openTelegram: tel => { + // TODO + let tgUrl = ""; + + window.open(tgUrl, "_blank"); + }, + copy: (mail, copyButton) => { copyToClipboard(mail); copyButton.textContent = "copied";