Skip to content

Commit 3409691

Browse files
author
Suguru Hirahara
committed
Update indexing.md
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 parent 351ce52 commit 3409691

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/indexing.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,7 @@ The rooms will be included in the search index, if these conditions are met:
3232

3333
It is because not all of the conditions described above are met.
3434

35-
In addition to editing configuration of the servers, please also make sure that your server publishes public rooms over federation (`/_matrix/federation/v1/publicRooms` endpoint). You can confirm the status by checking at `https://matrix.example.com:8448/_matrix/federation/v1/publicRooms`.
36-
37-
If you get the error as below at public rooms endpoint, you need to adjust your server's configuration:
38-
39-
```json
40-
{"errcode":"M_FORBIDDEN","error":"You are not allowed to view the public rooms list of example.com"}
41-
```
35+
In addition to editing the room's configuration, please also make sure that your server publishes the public rooms directory over federation.
4236

4337
For Synapse homeserver, you need to add the following config options in the `homeserver.yaml`:
4438

0 commit comments

Comments
 (0)