summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Preston <johnprestonmail@gmail.com>2024-01-08 12:03:49 -0800
committerJohn Preston <johnprestonmail@gmail.com>2024-01-08 12:03:49 -0800
commit6b44143f5b93f85fb2c479fe970f7efef5ef9c8a (patch)
tree347ed464fecbd5476b5b807ff14fe9690353e689
parent0f207faa3eac0ce4d3eb628a4e243050df069e53 (diff)
Version 4.14.4: Fix build with GCC.v4.14.4
-rw-r--r--Telegram/SourceFiles/api/api_sending.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Telegram/SourceFiles/api/api_sending.cpp b/Telegram/SourceFiles/api/api_sending.cpp
index d971a03f44..0e5d7c5855 100644
--- a/Telegram/SourceFiles/api/api_sending.cpp
+++ b/Telegram/SourceFiles/api/api_sending.cpp
@@ -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;