forked from NYANDEV/forgejo
Add comment replies (#5104)
* Add comment replies * Replace reviewID with review.ID
This commit is contained in:
parent
9458880c06
commit
f38fce916e
6 changed files with 14 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue