github fronalabs/frona v2026.5.4

6 hours ago

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_message broadcasts using the resolved chat's space_id, so SSE subscribers in the correct space receive the event.
  • Shared resolve_device_label across providers via the channel adapter, removing per-provider duplication.
  • on_setup_begin now returns Result<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.

Don't miss a new frona release

NewReleases is sending notifications on new releases.