Added
- Outbound @mentions on text and media sends.
send-textand the media send routes now accept an optionalmentionsarray of WIDs (<phone>@c.us) to tag participants — most useful in groups. The contract is engine-neutral: pass neutral@c.usWIDs and the active engine (whatsapp-web.js or Baileys) de-normalizes them. For a tag to render and notify, thetext/captionmust also contain the matching@<number>token. This brings outbound parity with thementionsfield 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
callmessage type carries the{ video, missed }detail, localized across all 10 dashboard locales. Based on work by @softronicve (#494).