Add extra note to live location placeholders

This commit is contained in:
Tulir Asokan 2024-05-06 20:38:26 +03:00
parent 223f43cf64
commit 8c8b617588

View file

@ -3105,6 +3105,7 @@ func (portal *Portal) convertLiveLocationMessage(ctx context.Context, intent *ap
if len(msg.GetCaption()) > 0 {
content.Body += ": " + msg.GetCaption()
}
content.Body += "\n\nUse the WhatsApp app to see the location."
return &ConvertedMessage{
Intent: intent,
Type: event.EventMessage,