-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add matrix_bridges_msc4190_enabled flag for using msc4190 on supported mautrix bridges. flag for using msc4190 on supported mautrix bridges. #4258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…d mautrix bridges.
roles/custom/matrix-bridge-mautrix-bluesky/templates/config.yaml.j2
Outdated
Show resolved
Hide resolved
261782a
to
ac47aad
Compare
roles/custom/matrix-bridge-mautrix-bluesky/templates/config.yaml.j2
Outdated
Show resolved
Hide resolved
ac47aad
to
de1a18e
Compare
I use some bridges that don't support msc4190 yet ( |
I noticed that matrix_synapse_experimental_features_msc3202_device_masquerading_enabled also needs to be set, not sure what the best way to enable that is. |
The way you've currently implemented this feature is: if a bunch of prerequsiites are enabled across various cmponents, enable MSC4190 support for bridges that can use it. So I'd say.. it makes sense to continue this way and to adjust -matrix_bridges_msc4190_enabled: "{{ matrix_authentication_service_enabled && matrix_bridges_encryption_enabled }}"
+matrix_bridges_msc4190_enabled: "{{ matrix_authentication_service_enabled and matrix_bridges_encryption_enabled and matrix_synapse_experimental_features_msc3202_device_masquerading_enabled }}" |
…ing_enabled for matrix_bridges_msc4190_enabled
I've now also added |
2bd8400
to
d12120d
Compare
Thank you! 🙇 |
Enable the matrix_bridges_msc4190_enabled when MAS is used in combination with matrix_bridges_encryption_enabled.
Enable the msc4190 feature in the mautrix bridgev2 bridges when matrix_bridges_encryption_enabled is enabled.
MSC4190