diff --git a/storage/user.go b/storage/user.go index 8ec499c..561b6af 100644 --- a/storage/user.go +++ b/storage/user.go @@ -53,7 +53,7 @@ type Account struct { IdentifiesAs []Being `gorm:"serializer:json"` // List of pronouns the owner identifies with // 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"` // The roles assocciated with an account Roles []string `gorm:"serializer:json"`