forkjo/routers
Gergely Nagy 9f592578f4 Load attachments for /issues/comments/{id}
The `/repos/{owner}/{repo}/issues/comments/{id}` API endpoint returns an
`assets` field, but the route handler did not load attachments, thus,
the field was never populated.

This patch fixes that, and adds a test to exercise it. The test fails
without the fix.

This addresses a bug discovered in .

Signed-off-by: Gergely Nagy <forgejo@gergo.csillger.hu>
(cherry picked from commit fc4f914e71)
2024-07-16 12:44:47 +00:00
..
api Load attachments for /issues/comments/{id} 2024-07-16 12:44:47 +00:00
common
install Always load or generate oauth2 jwt secret () 2024-05-24 15:15:07 +02:00
private fix(hook): repo admins are wrongly denied the right to force merge 2024-06-02 22:05:16 +02:00
utils
web Fix Activity Page Contributors dropdown () 2024-06-18 19:42:31 +00:00
init.go