mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Support selecting Webm stickers.
This commit is contained in:
@@ -63,6 +63,7 @@ void SaveValidVideoInformation(
|
||||
to.size = from.size;
|
||||
to.cover = std::move(from.cover);
|
||||
to.rotation = from.rotation;
|
||||
to.alpha = from.alpha;
|
||||
}
|
||||
|
||||
void SaveValidStartInformation(Information &to, Information &&from) {
|
||||
|
Reference in New Issue
Block a user