extend example for pronouns
This commit is contained in:
parent
2d58312aa0
commit
6d103e7669
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ type Account struct {
|
||||||
IdentifiesAs []Being `gorm:"serializer:json"`
|
IdentifiesAs []Being `gorm:"serializer:json"`
|
||||||
// List of pronouns the owner identifies with
|
// List of pronouns the owner identifies with
|
||||||
// An unordered list since the owner can freely set it
|
// An unordered list since the owner can freely set it
|
||||||
// Examples: [she her], [it they its them]
|
// Examples: [she her], [it they its them] or, if you want to go fancy, [this is super serious]
|
||||||
Gender []string `gorm:"serializer:json"`
|
Gender []string `gorm:"serializer:json"`
|
||||||
// The roles assocciated with an account
|
// The roles assocciated with an account
|
||||||
Roles []string `gorm:"serializer:json"`
|
Roles []string `gorm:"serializer:json"`
|
||||||
|
|
Loading…
Reference in a new issue