mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-09-01 17:43:03 +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();
|
addClearHistory();
|
||||||
|
AyuUi::AddDeleteOwnMessagesAction(_peer, _topic, _controller, _addAction);
|
||||||
addDeleteByKeyword();
|
addDeleteByKeyword();
|
||||||
addDeleteChat();
|
addDeleteChat();
|
||||||
addLeaveChat();
|
addLeaveChat();
|
||||||
|
@ -1585,6 +1586,7 @@ void Filler::fillHistoryActions() {
|
||||||
addReport();
|
addReport();
|
||||||
AyuUi::AddDeletedMessagesActions(_peer, _thread, _controller, _addAction);
|
AyuUi::AddDeletedMessagesActions(_peer, _thread, _controller, _addAction);
|
||||||
addClearHistory();
|
addClearHistory();
|
||||||
|
AyuUi::AddDeleteOwnMessagesAction(_peer, _topic, _controller, _addAction);
|
||||||
addDeleteByKeyword();
|
addDeleteByKeyword();
|
||||||
addDeleteChat();
|
addDeleteChat();
|
||||||
addLeaveChat();
|
addLeaveChat();
|
||||||
|
|
Loading…
Add table
Reference in a new issue