Skip to content

v0.7.14

Choose a tag to compare

@rmyndharis rmyndharis released this 29 Jun 19:20
· 1452 commits to main since this release

Added

  • Outbound @mentions on text and media sends. send-text and the media send routes now accept an optional mentions array of WIDs (<phone>@c.us) to tag participants — most useful in groups. The contract is engine-neutral: pass neutral @c.us WIDs and the active engine (whatsapp-web.js or Baileys) de-normalizes them. For a tag to render and notify, the text/caption must also contain the matching @<number> token. This brings outbound parity with the mentions field already surfaced on inbound webhooks. (#530) Thanks @adampalli.
  • Call and location messages render in the dashboard chat view. Call logs now show a labeled bubble (voice/video, and "missed" for an unanswered incoming call) instead of an empty message, and shared locations render their map-preview thumbnail with a "📍 Location" label instead of dumping the raw base64 thumbnail as text. A new engine-neutral call message type carries the { video, missed } detail, localized across all 10 dashboard locales. Based on work by @softronicve (#494).