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();