mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 15:45:12 +00:00
Fix unwanted grouping of media
This commit is contained in:
@@ -3820,6 +3820,7 @@ void ApiWrap::forwardMessagesUnquoted(
|
|||||||
const auto newFrom = item->history()->peer;
|
const auto newFrom = item->history()->peer;
|
||||||
const auto newGroupId = item->groupId();
|
const auto newGroupId = item->groupId();
|
||||||
return forwardFrom != newFrom
|
return forwardFrom != newFrom
|
||||||
|
|| !currentGroupId
|
||||||
|| currentGroupId != newGroupId
|
|| currentGroupId != newGroupId
|
||||||
|| lastGroupCheck;
|
|| lastGroupCheck;
|
||||||
} else if (cForwardGrouped()) {
|
} else if (cForwardGrouped()) {
|
||||||
|
Reference in New Issue
Block a user