From dc9fa9ccf2b6a5d8165066ad936cd768c836e732 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 9 Jan 2025 22:26:22 +0400 Subject: [PATCH] Add boost group item in topic groups. --- Telegram/SourceFiles/window/window_peer_menu.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Telegram/SourceFiles/window/window_peer_menu.cpp b/Telegram/SourceFiles/window/window_peer_menu.cpp index 5e7978c9c..e42984fdb 100644 --- a/Telegram/SourceFiles/window/window_peer_menu.cpp +++ b/Telegram/SourceFiles/window/window_peer_menu.cpp @@ -1363,6 +1363,7 @@ void Filler::fillChatsListActions() { } addManageChat(); addNewMembers(); + addBoostChat(); addVideoChat(); _addAction(PeerMenuCallback::Args{ .isSeparator = true }); addReport(); @@ -1468,6 +1469,7 @@ void Filler::fillRepliesActions() { addInfo(); addManageTopic(); } + addBoostChat(); addCreatePoll(); addToggleTopicClosed(); addDeleteTopic();