mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
hicli/send: include geo_uri in edit fallback
This commit is contained in:
parent
1ffb44fc27
commit
d06ed8637c
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue