presence: guh 2
This commit is contained in:
parent
e5fef270ad
commit
fc97aaf4d1
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ presence.callback = async function (msg, line) {
|
|||
} else {
|
||||
thumbnail = fixMediaProxyURL(smallUrl);
|
||||
}
|
||||
image_links.push({label: "Small Image", url: thumbnail});
|
||||
image_links.push({label: "Small Image", url: fixMediaProxyURL(smallUrl)});
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue