feat(threads): add basic message thread API and web thread panel
All checks were successful
CI / test (push) Successful in 21s

This commit is contained in:
2026-03-08 13:37:53 +03:00
parent cf1a77ae76
commit c6e8b779b0
7 changed files with 145 additions and 1 deletions

View File

@@ -829,6 +829,12 @@ Response: `200` + `MessageRead[]`
Auth required.
Response: `200` + `MessageRead[]`
### GET `/api/v1/messages/{message_id}/thread?limit=100`
Auth required.
Returns root message + direct replies (basic thread view).
Response: `200` + `MessageRead[]`
### PUT `/api/v1/messages/{message_id}`
Auth required.