Version 4.14.4: Fix build with GCC.

This commit is contained in:
John Preston 2024-01-08 12:03:49 -08:00
parent 0f207faa3e
commit 6b44143f5b

View file

@ -402,7 +402,6 @@ void SendConfirmedFile(
flags |= MessageFlag::HasReplyInfo;
}
const auto anonymousPost = peer->amAnonymous();
const auto silentPost = ShouldSendSilent(peer, file->to.options);
FillMessagePostFlags(action, peer, flags);
if (file->to.options.scheduled) {
flags |= MessageFlag::IsOrWasScheduled;