mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 08:38:37 +00:00
Add HEY to mail providers
This commit is contained in:
@@ -47,6 +47,8 @@ function mapMailProvider(email?: string): [string, string] | undefined {
|
||||
return ["mail.com", "https://www.mail.com/mail/"];
|
||||
case "yandex.com":
|
||||
return ["Yandex Mail", "https://mail.yandex.com/"];
|
||||
case "hey.com":
|
||||
return ["HEY", "https://app.hey.com/"];
|
||||
default:
|
||||
return [domain, `https://${domain}`];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user