forked from kevadesu/forgejo
start add NormalizedFederatedUri to user
This commit is contained in:
parent
f687f79ed0
commit
37ed52cfd9
2 changed files with 4 additions and 0 deletions
|
@ -132,6 +132,9 @@ type User struct {
|
|||
AvatarEmail string `xorm:"NOT NULL"`
|
||||
UseCustomAvatar bool
|
||||
|
||||
// For federation
|
||||
NormalizedFederatedUri string
|
||||
|
||||
// Counters
|
||||
NumFollowers int
|
||||
NumFollowing int `xorm:"NOT NULL DEFAULT 0"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue