mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
Merge pull request #320 from Snazzah/patch-2
This commit is contained in:
@@ -47,6 +47,8 @@ function mapMailProvider(email?: string): [string, string] | undefined {
|
|||||||
return ["mail.com", "https://www.mail.com/mail/"];
|
return ["mail.com", "https://www.mail.com/mail/"];
|
||||||
case "yandex.com":
|
case "yandex.com":
|
||||||
return ["Yandex Mail", "https://mail.yandex.com/"];
|
return ["Yandex Mail", "https://mail.yandex.com/"];
|
||||||
|
case "hey.com":
|
||||||
|
return ["HEY", "https://app.hey.com/"];
|
||||||
default:
|
default:
|
||||||
return [domain, `https://${domain}`];
|
return [domain, `https://${domain}`];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user