summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Preston <johnprestonmail@gmail.com>2023-03-15 22:57:53 +0400
committerJohn Preston <johnprestonmail@gmail.com>2023-03-15 22:57:53 +0400
commitfc860a1ef48f5d9027ede9d8ede3880a09edc24e (patch)
treec823e458a99f9f173ac429aa5af60189268e34dc
parentadda93338de38ac47f0c5575577055fdc4bcc04f (diff)
Beta version 4.6.11: Fix build for Linux.v4.6.11
-rw-r--r--Telegram/SourceFiles/history/history_item.cpp3
-rw-r--r--Telegram/SourceFiles/media/player/media_player_dropdown.cpp1
m---------Telegram/lib_base0
3 files changed, 0 insertions, 4 deletions
diff --git a/Telegram/SourceFiles/history/history_item.cpp b/Telegram/SourceFiles/history/history_item.cpp
index 2af5b16d29..2a312bb4a3 100644
--- a/Telegram/SourceFiles/history/history_item.cpp
+++ b/Telegram/SourceFiles/history/history_item.cpp
@@ -3193,9 +3193,6 @@ void HistoryItem::createComponents(const MTPDmessage &data) {
}
}
const auto id = data.vreply_to_msg_id().v;
- if (data.is_reply_to_scheduled()) {
- int a = 0;
- }
config.replyTo = data.is_reply_to_scheduled()
? _history->owner().scheduledMessages().localMessageId(id)
: id;
diff --git a/Telegram/SourceFiles/media/player/media_player_dropdown.cpp b/Telegram/SourceFiles/media/player/media_player_dropdown.cpp
index f3a6cb7e36..0b55d47b48 100644
--- a/Telegram/SourceFiles/media/player/media_player_dropdown.cpp
+++ b/Telegram/SourceFiles/media/player/media_player_dropdown.cpp
@@ -249,7 +249,6 @@ void FillSpeedMenu(
&point.icon);
const auto raw = action.get();
const auto check = Ui::CreateChild<Ui::RpWidget>(raw);
- const auto skip = st.activeCheckSkip;
check->resize(st.activeCheck.size());
check->paintRequest(
) | rpl::start_with_next([check, icon = &st.activeCheck] {
diff --git a/Telegram/lib_base b/Telegram/lib_base
-Subproject ab45ad614e0ed127e90b401e0835253131e47fa
+Subproject 7b29dae8be0948ab72adde6132d58a6ab622660