mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 16:53:36 -05:00
Add HEY to mail providers
This commit is contained in:
parent
6c2f76debc
commit
b0d6d62371
1 changed files with 2 additions and 0 deletions
|
@ -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}`];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue