@@ -64,7 +64,7 @@ matrix_synapse_workers_generic_worker_endpoints:
64
64
# Registration/login requests
65
65
- ^/_matrix/client/(api/v1|r0|v3|unstable)/login$
66
66
- ^/_matrix/client/(r0|v3|unstable)/register$
67
- - ^/_matrix/client/unstable/org.matrix.msc3231/ register/org.matrix.msc3231 .login.registration_token/validity$
67
+ - ^/_matrix/client/v1/ register/m .login.registration_token/validity$
68
68
69
69
# Event sending requests
70
70
- ^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/redact
@@ -206,7 +206,7 @@ matrix_synapse_workers_generic_worker_endpoints:
206
206
# You might also wish to investigate the `update_user_directory` and
207
207
# `media_instance_running_background_jobs` settings.
208
208
209
- # pusher worker (no API endpoints) [
209
+ # pusher worker (no API endpoints) [
210
210
# Handles sending push notifications to sygnal and email. Doesn't handle any
211
211
# REST endpoints itself, but you should set `start_pushers: False` in the
212
212
# shared configuration file to stop the main synapse sending push notifications.
@@ -220,18 +220,18 @@ matrix_synapse_workers_generic_worker_endpoints:
220
220
# - pusher_worker2
221
221
# ```
222
222
223
- # ]
223
+ # ]
224
224
225
- # appservice worker (no API endpoints) [
225
+ # appservice worker (no API endpoints) [
226
226
# Handles sending output traffic to Application Services. Doesn't handle any
227
227
# REST endpoints itself, but you should set `notify_appservices: False` in the
228
228
# shared configuration file to stop the main synapse sending appservice notifications.
229
229
230
230
# Note this worker cannot be load-balanced: only one instance should be active.
231
231
232
- # ]
232
+ # ]
233
233
234
- # federation_sender worker (no API endpoints) [
234
+ # federation_sender worker (no API endpoints) [
235
235
# Handles sending federation traffic to other servers. Doesn't handle any
236
236
# REST endpoints itself, but you should set `send_federation: False` in the
237
237
# shared configuration file to stop the main synapse sending this traffic.
0 commit comments