@@ -64,7 +64,7 @@ matrix_synapse_workers_generic_worker_endpoints:
6464 # Registration/login requests
6565 - ^/_matrix/client/(api/v1|r0|v3|unstable)/login$
6666 - ^/_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$
6868
6969 # Event sending requests
7070 - ^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/redact
@@ -206,7 +206,7 @@ matrix_synapse_workers_generic_worker_endpoints:
206206 # You might also wish to investigate the `update_user_directory` and
207207 # `media_instance_running_background_jobs` settings.
208208
209- # pusher worker (no API endpoints) [
209+ # pusher worker (no API endpoints) [
210210 # Handles sending push notifications to sygnal and email. Doesn't handle any
211211 # REST endpoints itself, but you should set `start_pushers: False` in the
212212 # shared configuration file to stop the main synapse sending push notifications.
@@ -220,18 +220,18 @@ matrix_synapse_workers_generic_worker_endpoints:
220220 # - pusher_worker2
221221 # ```
222222
223- # ]
223+ # ]
224224
225- # appservice worker (no API endpoints) [
225+ # appservice worker (no API endpoints) [
226226 # Handles sending output traffic to Application Services. Doesn't handle any
227227 # REST endpoints itself, but you should set `notify_appservices: False` in the
228228 # shared configuration file to stop the main synapse sending appservice notifications.
229229
230230 # Note this worker cannot be load-balanced: only one instance should be active.
231231
232- # ]
232+ # ]
233233
234- # federation_sender worker (no API endpoints) [
234+ # federation_sender worker (no API endpoints) [
235235 # Handles sending federation traffic to other servers. Doesn't handle any
236236 # REST endpoints itself, but you should set `send_federation: False` in the
237237 # shared configuration file to stop the main synapse sending this traffic.
0 commit comments