accounts: add ability to label users

press the pen icon next to their username to add a nick-name to remind
you who they are.
This commit is contained in:
Harvey Tindall
2022-01-08 16:20:31 +00:00
parent 3294b27029
commit 4024334c0c
6 changed files with 123 additions and 14 deletions
+1
View File
@@ -52,6 +52,7 @@ type DiscordUser struct {
type EmailAddress struct {
Addr string
Label string // User Label.
Contact bool
}