feat(threads): support nested replies in thread API and panel
All checks were successful
CI / test (push) Successful in 31s
All checks were successful
CI / test (push) Successful in 31s
This commit is contained in:
@@ -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}`
|
||||
|
||||
Reference in New Issue
Block a user