2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Fix forwarding as separate messages

This commit is contained in:
RadRussianRus
2021-01-21 03:19:41 +03:00
parent bf9760fe23
commit 7b3f3b3f22

View File

@@ -3999,7 +3999,7 @@ void ApiWrap::forwardMessages(
return isLastGrouped;
}
} else {
return false;
return true;
}
};