fix(reactions): return reactions for comments

This commit is contained in:
kolaente 2024-03-12 13:27:52 +01:00
parent d51d682b3b
commit 4518a01070
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ func (tc *TaskComment) ReadAll(s *xorm.Session, auth web.Auth, search string, pa
return
}
reactions, err := getReactionsForEntityIDs(s, ReactionKindTask, commentIDs)
reactions, err := getReactionsForEntityIDs(s, ReactionKindComment, commentIDs)
if err != nil {
return
}