Skip to content

Commit

Permalink
Make it possible to install maubot against Conduit
Browse files Browse the repository at this point in the history
Fixes #3556
  • Loading branch information
spantaleev committed Oct 1, 2024
1 parent 8b71ce3 commit bc704a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group_vars/matrix_servers
Original file line number Diff line number Diff line change
Expand Up @@ -2577,7 +2577,7 @@ matrix_bot_maubot_homeserver_secret: |-
{
'synapse': matrix_synapse_registration_shared_secret | default(''),
'dendrite': matrix_dendrite_client_api_registration_shared_secret | default(''),
}[matrix_homeserver_implementation]
}[matrix_homeserver_implementation] | default('')
}}

matrix_bot_maubot_container_image_self_build: "{{ matrix_architecture not in ['amd64'] }}"
Expand Down

0 comments on commit bc704a2

Please sign in to comment.