mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-10-11 14:06:25 +00:00
Keep track of scheduled messages.
This commit is contained in:
@@ -31,7 +31,7 @@ QImage Prepare(
|
||||
QByteArray data,
|
||||
FileType type) {
|
||||
if (type == FileType::Video) {
|
||||
return Media::Clip::PrepareForSending(path, data).thumbnail;
|
||||
return ::Media::Clip::PrepareForSending(path, data).thumbnail;
|
||||
} else if (type == FileType::AnimatedSticker) {
|
||||
return Lottie::ReadThumbnail(Lottie::ReadContent(data, path));
|
||||
}
|
||||
|
Reference in New Issue
Block a user