forked from forgejo/forgejo
Backport #25461 by @wxiaoguang
Close #25127

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
parent
ec539b7a77
commit
2e64449de7
2 changed files with 1 additions and 2 deletions
|
@ -167,7 +167,7 @@ func AsCommentType(typeName string) CommentType {
|
|||
|
||||
func (t CommentType) HasContentSupport() bool {
|
||||
switch t {
|
||||
case CommentTypeComment, CommentTypeCode, CommentTypeReview:
|
||||
case CommentTypeComment, CommentTypeCode, CommentTypeReview, CommentTypeDismissReview:
|
||||
return true
|
||||
}
|
||||
return false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue