Fix unwanted grouping of media

This commit is contained in:
Eric Kotato 2021-03-31 23:46:52 +03:00
parent 196909f416
commit f3db5d1097

View file

@ -3820,6 +3820,7 @@ void ApiWrap::forwardMessagesUnquoted(
const auto newFrom = item->history()->peer;
const auto newGroupId = item->groupId();
return forwardFrom != newFrom
|| !currentGroupId
|| currentGroupId != newGroupId
|| lastGroupCheck;
} else if (cForwardGrouped()) {