mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
@@ -2952,7 +2952,7 @@ QPointer<Ui::BoxContent> ShowForwardMessagesBox(
|
||||
const auto items = history->owner().idsToItems(msgIds);
|
||||
auto ayuForwarding = AyuForward::isAyuForwardNeeded(items) || AyuForward::isFullAyuForwardNeeded(items.front());
|
||||
|
||||
if (!state->submit || ayuForwarding && successCallback) {
|
||||
if ((!state->submit || ayuForwarding) && successCallback) {
|
||||
successCallback();
|
||||
}
|
||||
// AyuGram-changed
|
||||
|
||||
Reference in New Issue
Block a user