mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13: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: "",
|
||||
MsgType: contentCopy.MsgType,
|
||||
URL: contentCopy.URL,
|
||||
GeoURI: contentCopy.GeoURI,
|
||||
NewContent: &contentCopy,
|
||||
RelatesTo: relatesTo,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue