PIN verification, notifications, multiple notif providers

Discord, Email & Telegram can be enabled, although email is always
enabled right now (will fix). Also apparently markdown hyperlinks don't
work in Discord, eventually will implement something to convert them to
embeds.
This commit is contained in:
Harvey Tindall
2021-05-21 21:35:25 +01:00
parent 524941da0c
commit f8f5f35cc1
16 changed files with 509 additions and 92 deletions
+6 -5
View File
@@ -39,11 +39,12 @@ type TelegramUser struct {
}
type DiscordUser struct {
ChannelID string
ID string
Username string
Lang string
Contact bool
ChannelID string
ID string
Username string
Discriminator string
Lang string
Contact bool
}
type customEmails struct {