Skip to content

Commit

Permalink
Clarify that the threads list API returns a 403 too
Browse files Browse the repository at this point in the history
Per implementation: matrix-org/synapse#13394
  • Loading branch information
turt2live committed Sep 26, 2022
1 parent 5a06d60 commit 6ab5e04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions proposals/3856-threads-list-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ slightly. This has two situations:
non-ignored user; with the caveat that the ordering of the threads is not
re-arranged due to this replacement.

Like [`/messages`](https://spec.matrix.org/v1.3/client-server-api/#get_matrixclientv3roomsroomidmessages),
this returns a 403 `M_FORBIDDEN` error response if the caller isn't able to see the
room's history.

#### Example request:

```
Expand Down

0 comments on commit 6ab5e04

Please sign in to comment.