|
107 | 107 | "shared_extra_conf": {}, |
108 | 108 | "worker_extra_conf": "", |
109 | 109 | }, |
| 110 | + "client_reader": { |
| 111 | + "app": "synapse.app.generic_worker", |
| 112 | + "listener_resources": ["client"], |
| 113 | + "endpoint_patterns": [ |
| 114 | + "^/_matrix/client/(api/v1|r0|v3|unstable)/publicRooms$", |
| 115 | + "^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/joined_members$", |
| 116 | + "^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/context/.*$", |
| 117 | + "^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/members$", |
| 118 | + "^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/state$", |
| 119 | + "^/_matrix/client/v1/rooms/.*/hierarchy$", |
| 120 | + "^/_matrix/client/(v1|unstable)/rooms/.*/relations/", |
| 121 | + "^/_matrix/client/(api/v1|r0|v3|unstable)/login$", |
| 122 | + "^/_matrix/client/(api/v1|r0|v3|unstable)/account/3pid$", |
| 123 | + "^/_matrix/client/(api/v1|r0|v3|unstable)/account/whoami$", |
| 124 | + "^/_matrix/client/versions$", |
| 125 | + "^/_matrix/client/(api/v1|r0|v3|unstable)/voip/turnServer$", |
| 126 | + "^/_matrix/client/(r0|v3|unstable)/register$", |
| 127 | + "^/_matrix/client/(r0|v3|unstable)/auth/.*/fallback/web$", |
| 128 | + "^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/messages$", |
| 129 | + "^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/event", |
| 130 | + "^/_matrix/client/(api/v1|r0|v3|unstable)/joined_rooms", |
| 131 | + "^/_matrix/client/(api/v1|r0|v3|unstable/.*)/rooms/.*/aliases", |
| 132 | + "^/_matrix/client/(api/v1|r0|v3|unstable)/search", |
| 133 | + ], |
| 134 | + "shared_extra_conf": {}, |
| 135 | + "worker_extra_conf": "", |
| 136 | + }, |
110 | 137 | "federation_reader": { |
111 | 138 | "app": "synapse.app.generic_worker", |
112 | 139 | "listener_resources": ["federation"], |
|
0 commit comments