fix: Update element chat config and defaults

- Update element chat default name to 'elementchat'
- Sanitize element chat name from invalid characters
- Set default namespace based on sanitized name
- Validate namespace for invalid characters
- Update documentation with new default values
This commit is contained in:
Mahmoud-Emad
2025-11-03 15:49:54 +02:00
parent 2e56311cd0
commit 8e5507b04e
3 changed files with 21 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ mut installer := element_chat.get(
create: true
)!
element_chat.delete()!
// element_chat.delete()!
// 2. Configure the installer (all settings are optional with sensible defaults)
// installer.matrix_hostname = 'matrixchattest'