mirror of
https://gitee.com/gitea/gitea
synced 2025-12-27 02:36:36 +08:00
custom avatar upload
This commit is contained in:
@@ -58,6 +58,7 @@ type Action struct {
|
||||
ActUserId int64 // Action user id.
|
||||
ActUserName string // Action user name.
|
||||
ActEmail string
|
||||
ActAvatar string `xorm:"-"`
|
||||
RepoId int64
|
||||
RepoUserName string
|
||||
RepoName string
|
||||
|
||||
Reference in New Issue
Block a user