Skip to content

Commit

Permalink
Add threads capability
Browse files Browse the repository at this point in the history
  • Loading branch information
Germain authored Jan 5, 2022
1 parent 4ee42b1 commit fc81bbd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions proposals/3440-threading-via-relations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc81bbd

Please sign in to comment.