mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-29 05:37:45 +00:00
Fix unwanted grouping of media
This commit is contained in:
parent
196909f416
commit
f3db5d1097
@ -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()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user