mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-03 02:33:01 +08:00
Add comment replies (#5104)
* Add comment replies * Replace reviewID with review.ID
This commit is contained in:

committed by
techknowlogick

parent
9458880c06
commit
f38fce916e
@ -377,6 +377,7 @@ type CodeCommentForm struct {
|
||||
Line int64
|
||||
TreePath string `form:"path" binding:"Required"`
|
||||
IsReview bool `form:"is_review"`
|
||||
Reply int64 `form:"reply"`
|
||||
}
|
||||
|
||||
// Validate validates the fields
|
||||
|
Reference in New Issue
Block a user