0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-06-30 14:01:54 +02:00
This commit is contained in:
wxiaoguang 2026-02-22 13:37:04 +08:00
parent b638bb1ae3
commit 3eac7b5926

View File

@ -156,7 +156,10 @@ type User struct {
Theme string `xorm:"NOT NULL DEFAULT ''"`
KeepActivityPrivate bool `xorm:"NOT NULL DEFAULT false"`
ExtDoerData ExtDoerData
// When the user model is used as a doer (all existing code does so), the doer can have extra details.
// * Actions task doer need to bind to the task ID
// * Project workflow doer need to bind to the project ID and workflow event
ExtDoerData ExtDoerData `xorm:"-"`
}
// Meta defines the meta information of a user, to be stored in the K/V table