Skip to content

Commit

Permalink
Add info about ignored users.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Jul 26, 2022
1 parent 8b0028f commit 257f842
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion proposals/3855-threads-list-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ threads that the user has participated in (as defined in
A client could add the user's MXID to the filter, e.g. `"related_by_senders":["@alice:example.com"]`,
but this misses threads where the user sent the root message and has not yet replied.


## Proposal

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

XXX Define how ignored users are handled, which has two cases:

1. If the ignored user sent the root thread event.
2. If the ignored user sent the latest thread event.

#### Example request:

```
Expand Down

0 comments on commit 257f842

Please sign in to comment.