mirror of
https://github.com/go-gitea/gitea
synced 2025-08-12 04:28:21 +00:00
Add comment replies (#5147)
* Add comment replies Signed-off-by: Jonas Franz <info@jonasfranz.software> * Use review.ID instead Signed-off-by: Jonas Franz <info@jonasfranz.software>
This commit is contained in:
committed by
techknowlogick
parent
7238bb329a
commit
274ff0d011
@@ -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