Disabled VK link parsing
This commit is contained in:
parent
038ca04548
commit
8a81dd4b3e
2 changed files with 9 additions and 6 deletions
|
|
@ -39,6 +39,7 @@ func (s *ApiSender) send(userId int64, message string) {
|
|||
"message=" + url.QueryEscape(message),
|
||||
"v=5.95",
|
||||
"random_id=" + strconv.FormatInt(randomId, 10),
|
||||
"dont_parse_links=1",
|
||||
}
|
||||
joined := strings.Join(params, "&")
|
||||
reqUrl := sendMessageUrl + "?" + joined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue