Skip to content

Commit

Permalink
Version 4.14.4: Fix build with GCC.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Jan 8, 2024
1 parent 0f207fa commit 6b44143
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Telegram/SourceFiles/api/api_sending.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6b44143

Please sign in to comment.