This release is a small round of channel reliability fixes.
Channels
- WhatsApp 1:1 sends now resolve peer LID → phone number, fixing message delivery when the peer is identified by LID.
send_messagebroadcasts using the resolved chat'sspace_id, so SSE subscribers in the correct space receive the event.- Shared
resolve_device_labelacross providers via the channel adapter, removing per-provider duplication. on_setup_beginnow returnsResult<Option<SetupConfig>, AppError>, letting channels signal "no setup needed" without faking a config.- Channel deletion cleans up its data directory and stops the running adapter instead of leaving orphaned state on disk.