mirror of
https://github.com/go-gitea/gitea
synced 2025-07-13 22:17:20 +00:00
Fix #185
This commit is contained in:
@ -167,6 +167,8 @@ type IssueUser struct {
|
||||
Uid int64 // User ID.
|
||||
IssueId int64
|
||||
RepoId int64
|
||||
MilestoneId int64
|
||||
Labels string `xorm:"TEXT"`
|
||||
IsRead bool
|
||||
IsAssigned bool
|
||||
IsMentioned bool
|
||||
|
Reference in New Issue
Block a user