* fix(cron): add WhatsApp Web delivery channel with backend validation Apply PR #4258 changes to add whatsapp/whatsapp-web/whatsapp_web match arm in deliver_announcement, feature-gated behind whatsapp-web. Added is_web_config() guard to bail early when the WhatsApp config is for Cloud API mode (no session_path), preventing a confusing runtime failure with an empty session path. * feat(gateway): add named sessions with human-readable labels Apply PR #4267 changes with bug fixes: - Add get_session_name trait method so WS session_start includes the stored name on reconnect (not just when ?name= query param is present) - Rename API now returns 404 for non-existent sessions instead of silently succeeding - Empty ?name= query param on WS connect no longer clears existing name |
||
|---|---|---|
| .. | ||
| api_pairing.rs | ||
| api_plugins.rs | ||
| api.rs | ||
| canvas.rs | ||
| hardware_context.rs | ||
| mod.rs | ||
| nodes.rs | ||
| sse.rs | ||
| static_files.rs | ||
| ws.rs | ||