This commit is contained in:
parent
b6f12b7acf
commit
8f8ad3035a
33 changed files with 166 additions and 111 deletions
|
@ -6,7 +6,8 @@ import (
|
|||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
// One key-value field attached to an account
|
||||
// A UserInfoField describes one custom key-value information field.
|
||||
// Each user may have none, one or more of these fields.
|
||||
// If the value is an uri, the server may attempt to verify ownership
|
||||
// over that uri by checking the content for a `rel="me"` anchor
|
||||
// linking back to the account the field is attached to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue