From 6d103e7669ad49de99c35322533030d8a09221c4 Mon Sep 17 00:00:00 2001 From: mStar Date: Thu, 19 Sep 2024 13:50:37 +0200 Subject: [PATCH] extend example for pronouns --- storage/user.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`