mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Fixed sending animation from inline bots with unexpected result type.
This commit is contained in:
@@ -1103,6 +1103,7 @@ bool FieldAutocomplete::Inner::chooseAtIndex(
|
||||
stickerBoundingBox()));
|
||||
contentRect.moveCenter(bounding.center());
|
||||
return {
|
||||
Ui::MessageSendingAnimationFrom::Type::Sticker,
|
||||
_controller->session().data().nextLocalMessageId(),
|
||||
mapToGlobal(std::move(contentRect)),
|
||||
};
|
||||
|
Reference in New Issue
Block a user