mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-09-01 09:33:02 +02:00
Update window_peer_menu.cpp
This commit is contained in:
parent
a1b18626a0
commit
104d9a2d68
1 changed files with 2 additions and 0 deletions
|
@ -1558,6 +1558,7 @@ void Filler::fillContextMenuActions() {
|
|||
}
|
||||
}
|
||||
addClearHistory();
|
||||
AyuUi::AddDeleteOwnMessagesAction(_peer, _topic, _controller, _addAction);
|
||||
addDeleteByKeyword();
|
||||
addDeleteChat();
|
||||
addLeaveChat();
|
||||
|
@ -1585,6 +1586,7 @@ void Filler::fillHistoryActions() {
|
|||
addReport();
|
||||
AyuUi::AddDeletedMessagesActions(_peer, _thread, _controller, _addAction);
|
||||
addClearHistory();
|
||||
AyuUi::AddDeleteOwnMessagesAction(_peer, _topic, _controller, _addAction);
|
||||
addDeleteByKeyword();
|
||||
addDeleteChat();
|
||||
addLeaveChat();
|
||||
|
|
Loading…
Add table
Reference in a new issue