diff --git a/proposals/3440-threading-via-relations.md b/proposals/3440-threading-via-relations.md index d0321161aca..e9c9a8ccbdf 100644 --- a/proposals/3440-threading-via-relations.md +++ b/proposals/3440-threading-via-relations.md @@ -131,6 +131,22 @@ encoded JSON is presented unencoded and formatted for legibility: } ``` +### Server capabilities + +Threads might have sporadic support across servers, to simplify feature +detections for clients, a homeserver must return a capability entry for threads. + +```json +{ + "capabilities": { + ... + "m.thread": { + "enabled": true + } + } +} +``` + ### Limitations #### Read receipts