mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Fix -Wlogical-op-parentheses
This commit is contained in:
@@ -3242,8 +3242,8 @@ void ApiWrap::forwardMessages(
|
||||
const auto newGroupId = item->groupId();
|
||||
if (item != draft.items.front() &&
|
||||
((draft.groupOptions == Data::GroupingOptions::GroupAsIs
|
||||
&& (forwardGroupId != newGroupId || forwardFrom != newFrom)
|
||||
|| draft.groupOptions == Data::GroupingOptions::Separate))) {
|
||||
&& (forwardGroupId != newGroupId || forwardFrom != newFrom))
|
||||
|| draft.groupOptions == Data::GroupingOptions::Separate)) {
|
||||
sendAccumulated();
|
||||
forwardFrom = newFrom;
|
||||
forwardGroupId = newGroupId;
|
||||
|
Reference in New Issue
Block a user