mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 07:33:52 +02:00
Update apiwrap.cpp
This commit is contained in:
parent
5a9dd44779
commit
a8dd11ff43
1 changed files with 1 additions and 1 deletions
|
@ -3420,7 +3420,7 @@ void ApiWrap::forwardMessages(
|
||||||
}
|
}
|
||||||
|
|
||||||
auto forwardFrom = draft.items.front()->history()->peer;
|
auto forwardFrom = draft.items.front()->history()->peer;
|
||||||
if (forwardFrom->allowsAyuForwarding()) {
|
if (!forwardFrom->allowsAyuForwarding()) {
|
||||||
// should copy content and send as a message
|
// should copy content and send as a message
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue