Skip to content

Commit

Permalink
Add extra note to live location placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed May 6, 2024
1 parent 223f43c commit 8c8b617
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions portal.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8c8b617

Please sign in to comment.