Skip to content

Commit dc9fa9c

Browse files
committed
Add boost group item in topic groups.
1 parent 97c259d commit dc9fa9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Telegram/SourceFiles/window/window_peer_menu.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,6 +1363,7 @@ void Filler::fillChatsListActions() {
13631363
}
13641364
addManageChat();
13651365
addNewMembers();
1366+
addBoostChat();
13661367
addVideoChat();
13671368
_addAction(PeerMenuCallback::Args{ .isSeparator = true });
13681369
addReport();
@@ -1468,6 +1469,7 @@ void Filler::fillRepliesActions() {
14681469
addInfo();
14691470
addManageTopic();
14701471
}
1472+
addBoostChat();
14711473
addCreatePoll();
14721474
addToggleTopicClosed();
14731475
addDeleteTopic();

0 commit comments

Comments
 (0)