Skip to content

Commit e418704

Browse files
authored
Removed thumbnail_url (was empty anyway)
1 parent 6b46fdb commit e418704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ async function onInlineQuery (inlineQuery) {
119119
title: title,
120120
url: fixedURL,
121121
hide_url: true,
122-
thumbnail_url: originalURL,
122+
//thumbnail_url: originalURL,
123123
description: fixedURL,
124124
input_message_content: {
125125
message_text: markdownURL,

0 commit comments

Comments
 (0)