Merge pull request #327 from multica-ai/agent/j/53c0348f

feat(inbox): auto-scroll to comment and jump-to-bottom button
This commit is contained in:
LinYushen 2026-04-02 14:28:26 +08:00 committed by GitHub
commit eba2e7eacf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 99 additions and 21 deletions

View file

@ -92,6 +92,7 @@ func (h *Handler) AddReaction(w http.ResponseWriter, r *http.Request) {
"issue_id": issueID,
"issue_title": issueTitle,
"issue_status": issueStatus,
"comment_id": uuidToString(comment.ID),
"comment_author_type": comment.AuthorType,
"comment_author_id": uuidToString(comment.AuthorID),
})