mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 12:04:20 +00:00
Use small preview for dota matches
This commit is contained in:
parent
6f09b0153a
commit
6044f93e04
1 changed files with 2 additions and 2 deletions
|
@ -723,8 +723,8 @@ impl BroochService {
|
||||||
.link_preview_options(LinkPreviewOptions {
|
.link_preview_options(LinkPreviewOptions {
|
||||||
is_disabled: false,
|
is_disabled: false,
|
||||||
url: Some(format!("https://stratz.com/matches/{}", match_id)),
|
url: Some(format!("https://stratz.com/matches/{}", match_id)),
|
||||||
prefer_small_media: false,
|
prefer_small_media: true,
|
||||||
prefer_large_media: true,
|
prefer_large_media: false,
|
||||||
show_above_text: false,
|
show_above_text: false,
|
||||||
})
|
})
|
||||||
.await
|
.await
|
||||||
|
|
Loading…
Reference in a new issue