mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 13:47:05 +02:00
Add boost group item in topic groups.
This commit is contained in:
parent
97c259d928
commit
dc9fa9ccf2
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue