1
0

Fixed user sharing not working

This commit is contained in:
kolaente
2019-06-04 19:45:09 +02:00
parent 6746984c97
commit 9bc09ebbe5
4 changed files with 23 additions and 23 deletions

View File

@ -23,7 +23,7 @@ type ListUser struct {
// The unique, numeric id of this list <-> user relation.
ID int64 `xorm:"int(11) autoincr not null unique pk" json:"id" param:"namespace"`
// The username.
Username string `xorm:"-" json:"username" param:"user"`
Username string `xorm:"-" json:"userID" param:"user"`
// Used internally to reference the user
UserID int64 `xorm:"int(11) not null INDEX" json:"-"`
// The list id.