You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/indexing.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,13 +32,7 @@ The rooms will be included in the search index, if these conditions are met:
32
32
33
33
It is because not all of the conditions described above are met.
34
34
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.
42
36
43
37
For Synapse homeserver, you need to add the following config options in the `homeserver.yaml`:
0 commit comments