mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-04 13:03:02 +02:00
Merge remote-tracking branch 'upstream/main' into limit-repo-size
This commit is contained in:
@@ -17,6 +17,7 @@ type Commentable interface {
|
||||
type Comment struct {
|
||||
IssueIndex int64 `yaml:"issue_index"`
|
||||
Index int64
|
||||
CommentType string `yaml:"comment_type"` // see `commentStrings` in models/issues/comment.go
|
||||
PosterID int64 `yaml:"poster_id"`
|
||||
PosterName string `yaml:"poster_name"`
|
||||
PosterEmail string `yaml:"poster_email"`
|
||||
@@ -24,6 +25,7 @@ type Comment struct {
|
||||
Updated time.Time
|
||||
Content string
|
||||
Reactions []*Reaction
|
||||
Meta map[string]interface{} `yaml:"meta,omitempty"` // see models/issues/comment.go for fields in Comment struct
|
||||
}
|
||||
|
||||
// GetExternalName ExternalUserMigrated interface
|
||||
|
||||
Reference in New Issue
Block a user