<!-- NOTE: If your issue is a security concern, please send an email to security@gitea.io instead of opening a public issue --> <!-- 1. Please speak English, this is the language all maintainers can speak and write. 2. Please ask questions or configuration/deploy problems on our Discord server (https://discord.gg/gitea) or forum (https://discourse.gitea.io). 3. Please take a moment to check that your issue doesn't already exist. 4. Please give all relevant information below for bug reports, because incomplete details will be handled as an invalid report. --> ## Description Related to #9220 Currently, we can: - GET issues: https://gitea.com/api/v1/repos/meteorlxy/vssue-test/issues?q=[Vssue]Vssue+Dev - GET comments: https://gitea.com/api/v1/repos/meteorlxy/vssue-test/issues/1/comments But we can't GET reactions if we don't pass token (get 401): - GET reactions: https://gitea.com/api/v1/repos/meteorlxy/vssue-test/issues/comments/104283/reactions Hope the behavior of reactions API can be consistent with the former two APIs. cc @6543