|
|
@@ -6099,7 +6099,7 @@ matrix_user_creator_users_auto: | |
|
|
([{ |
|
|
([{ |
|
|
'username': matrix_bot_draupnir_login, |
|
|
'username': matrix_bot_draupnir_login, |
|
|
'initial_password': matrix_bot_draupnir_password, |
|
|
'initial_password': matrix_bot_draupnir_password, |
|
|
'initial_type': 'bot', |
|
|
|
|
|
|
|
|
'initial_type': ('admin' if matrix_bot_draupnir_admin_api_enabled else 'bot'), |
|
|
}] if matrix_bot_draupnir_enabled and matrix_bot_draupnir_password else []) |
|
|
}] if matrix_bot_draupnir_enabled and matrix_bot_draupnir_password else []) |
|
|
}} |
|
|
}} |
|
|
|
|
|
|
|
|
|