diff --git a/portal.go b/portal.go index f330bb4f..18bc5d82 100644 --- a/portal.go +++ b/portal.go @@ -3434,6 +3434,7 @@ func (portal *Portal) uploadMedia(intent *appservice.IntentAPI, data []byte, con if file != nil { file.URL = mxc.CUString() content.File = file + content.URL = mxc.CUString() } else { content.URL = mxc.CUString() }