diff --git a/pkg/connector/msgconv/tomatrix.go b/pkg/connector/msgconv/tomatrix.go index 066457eb..f03c3679 100644 --- a/pkg/connector/msgconv/tomatrix.go +++ b/pkg/connector/msgconv/tomatrix.go @@ -374,7 +374,7 @@ func (mc *MessageConverter) convertLocation(media tg.MessageMediaClass) (*bridge } extra["org.matrix.msc3488.location"] = map[string]any{ - "uri": geoURI, + "uri": geoURI.URI(), "description": note, }