Skip to content

Commit 257f842

Browse files
committed
Add info about ignored users.
1 parent 8b0028f commit 257f842

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: proposals/3855-threads-list-api.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ threads that the user has participated in (as defined in
3131
A client could add the user's MXID to the filter, e.g. `"related_by_senders":["@alice:example.com"]`,
3232
but this misses threads where the user sent the root message and has not yet replied.
3333

34-
3534
## Proposal
3635

3736
### Client-Server endpoint
@@ -98,6 +97,11 @@ Query Parameters:
9897
A token corresponding to the start of `chunk`. This will be the same as the
9998
value given in `from`.
10099

100+
XXX Define how ignored users are handled, which has two cases:
101+
102+
1. If the ignored user sent the root thread event.
103+
2. If the ignored user sent the latest thread event.
104+
101105
#### Example request:
102106

103107
```

0 commit comments

Comments
 (0)