hicli/send: include geo_uri in edit fallback

This commit is contained in:
Tulir Asokan 2025-03-01 21:51:39 +02:00
parent 1ffb44fc27
commit d06ed8637c

View file

@ -161,6 +161,7 @@ func (h *HiClient) SendMessage(
Body: "", Body: "",
MsgType: contentCopy.MsgType, MsgType: contentCopy.MsgType,
URL: contentCopy.URL, URL: contentCopy.URL,
GeoURI: contentCopy.GeoURI,
NewContent: &contentCopy, NewContent: &contentCopy,
RelatesTo: relatesTo, RelatesTo: relatesTo,
} }