messages: assign tokens to jf users on userpage

pins generated on the user page are assigned to that user, no other
jellyifn user can verify them.
This commit is contained in:
Harvey Tindall
2023-06-21 18:26:08 +01:00
parent 3747eaa3a7
commit e4a7172517
4 changed files with 75 additions and 24 deletions
+1
View File
@@ -181,6 +181,7 @@ type DiscordUser struct {
Discriminator string
Lang string
Contact bool
JellyfinID string `json:"-"` // Used internally in discord.go
}
type EmailAddress struct {