Skip to content

Commit 6ab5e04

Browse files
committed
Clarify that the threads list API returns a 403 too
Per implementation: matrix-org/synapse#13394
1 parent 5a06d60 commit 6ab5e04

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

proposals/3856-threads-list-api.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ slightly. This has two situations:
113113
non-ignored user; with the caveat that the ordering of the threads is not
114114
re-arranged due to this replacement.
115115

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

118122
```

0 commit comments

Comments
 (0)