Add boost group item in topic groups.

This commit is contained in:
John Preston 2025-01-09 22:26:22 +04:00
parent 97c259d928
commit dc9fa9ccf2

View file

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