diff --git a/src/mailgo.js b/src/mailgo.js index 6c8e106..3df1452 100644 --- a/src/mailgo.js +++ b/src/mailgo.js @@ -465,6 +465,11 @@ const mailgoRender = (type = MAIL_TYPE, mailgo) => { telegramUsername = mailgo.getAttribute("data-telegram"); } + // Telegram username + if (mailgo.hasAttribute("data-skype")) { + skypeUsername = mailgo.getAttribute("data-skype"); + } + // actions telegramButton = getE("mailgo-telegram"); waButton = getE("mailgo-wa");