mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-25 19:37:34 -07:00
Fix #4834
This commit is contained in:
parent
e39d0c3a01
commit
dff4c43bc6
1 changed files with 2 additions and 0 deletions
|
@ -393,6 +393,8 @@ export default async function(
|
|||
|
||||
if (isLink) {
|
||||
file.url = url;
|
||||
file.thumbnailUrl = url;
|
||||
file.webpublicUrl = url;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue