mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Send as a channel in HistoryWidget.
This commit is contained in:
@@ -625,7 +625,7 @@ void StickerSetBox::Inner::mouseReleaseEvent(QMouseEvent *e) {
|
||||
if (index < 0 || index >= _pack.size() || isMasksSet()) {
|
||||
return;
|
||||
}
|
||||
send(_pack[index], Api::SendOptions());
|
||||
send(_pack[index], {});
|
||||
}
|
||||
|
||||
void StickerSetBox::Inner::send(
|
||||
|
||||
Reference in New Issue
Block a user