Add optional label for invites

Requested in #38.
This commit is contained in:
Harvey Tindall
2021-01-24 15:55:45 +00:00
parent ea262ca60b
commit dd96d71280
8 changed files with 51 additions and 17 deletions
+1
View File
@@ -41,6 +41,7 @@ type Invite struct {
UsedBy [][]string `json:"used-by"`
Notify map[string]map[string]bool `json:"notify"`
Profile string `json:"profile"`
Label string `json:"label,omitempty"`
}
type Lang struct {