Skip to content

Commit fc81bbd

Browse files
author
Germain
authored
Add threads capability
1 parent 4ee42b1 commit fc81bbd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

proposals/3440-threading-via-relations.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,22 @@ encoded JSON is presented unencoded and formatted for legibility:
131131
}
132132
```
133133

134+
### Server capabilities
135+
136+
Threads might have sporadic support across servers, to simplify feature
137+
detections for clients, a homeserver must return a capability entry for threads.
138+
139+
```json
140+
{
141+
"capabilities": {
142+
...
143+
"m.thread": {
144+
"enabled": true
145+
}
146+
}
147+
}
148+
```
149+
134150
### Limitations
135151

136152
#### Read receipts

0 commit comments

Comments
 (0)