Making Matrix config fields optional to meet Twilio login needs

This commit is contained in:
Timmy
2026-03-24 21:05:35 +00:00
parent c0133fe733
commit a24e4c5c85
3 changed files with 48 additions and 16 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ pub fn spawn_bot(
crate::slog!(
"[matrix-bot] Starting Matrix bot → homeserver={} rooms={:?}",
config.homeserver,
config.homeserver.as_deref().unwrap_or("(none)"),
config.effective_room_ids()
);