Skip to content

Commit acbf99a

Browse files
committed
gelbooru: Set supports streaming to true for videos
1 parent 52040fc commit acbf99a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/gelbooru/gelbooru.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ func (p *Plugin) downloadAndSend(b *gotgbot.Bot, c *plugin.GobotContext, post *P
371371
ReplyMarkup: replyMarkup,
372372
ParseMode: gotgbot.ParseModeHTML,
373373
HasSpoiler: post.IsNSFW(),
374+
SupportsStreaming: true,
374375
})
375376
} else if post.IsImage() {
376377
_, err = b.SendPhoto(c.EffectiveChat.Id, file, &gotgbot.SendPhotoOpts{

0 commit comments

Comments
 (0)