Fix unwanted grouping of media
This commit is contained in:
parent
196909f416
commit
f3db5d1097
1 changed files with 1 additions and 0 deletions
|
|
@ -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()) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue