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:
@@ -52,6 +52,7 @@ type DiscordUser struct {
|
||||
|
||||
type EmailAddress struct {
|
||||
Addr string
|
||||
Label string // User Label.
|
||||
Contact bool
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user