feat(threads): support nested replies in thread API and panel
All checks were successful
CI / test (push) Successful in 31s

This commit is contained in:
2026-03-08 13:40:42 +03:00
parent 88ff11c130
commit 5d69d53301
5 changed files with 81 additions and 5 deletions

View File

@@ -832,7 +832,7 @@ Response: `200` + `MessageRead[]`
### GET `/api/v1/messages/{message_id}/thread?limit=100`
Auth required.
Returns root message + direct replies (basic thread view).
Returns root message + nested replies (thread subtree, BFS by reply links).
Response: `200` + `MessageRead[]`
### PUT `/api/v1/messages/{message_id}`