diff --git a/type/__ungleich_matrix/manifest b/type/__ungleich_matrix/manifest index 7a93dfa..0da4ae0 100755 --- a/type/__ungleich_matrix/manifest +++ b/type/__ungleich_matrix/manifest @@ -81,6 +81,11 @@ if [ -f "$__object/parameter/event-sending-worker" ]; then export EVENT_SENDING_WORKERS fi +if [ -f "$__object/parameter/register-worker" ]; then + REGISTER_WORKERS=$(cat "$__object/parameter/register-worker") + export REGISTER_WORKERS +fi + # Generic configuration - shared with all ungleich Matrix deployments. synapse_base_url="https://$synapse_domain"