mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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();
|
addManageChat();
|
||||||
addNewMembers();
|
addNewMembers();
|
||||||
|
addBoostChat();
|
||||||
addVideoChat();
|
addVideoChat();
|
||||||
_addAction(PeerMenuCallback::Args{ .isSeparator = true });
|
_addAction(PeerMenuCallback::Args{ .isSeparator = true });
|
||||||
addReport();
|
addReport();
|
||||||
|
@ -1468,6 +1469,7 @@ void Filler::fillRepliesActions() {
|
||||||
addInfo();
|
addInfo();
|
||||||
addManageTopic();
|
addManageTopic();
|
||||||
}
|
}
|
||||||
|
addBoostChat();
|
||||||
addCreatePoll();
|
addCreatePoll();
|
||||||
addToggleTopicClosed();
|
addToggleTopicClosed();
|
||||||
addDeleteTopic();
|
addDeleteTopic();
|
||||||
|
|
Loading…
Add table
Reference in a new issue