Update window_peer_menu.cpp

This commit is contained in:
Neurotoxin001 2025-07-10 14:42:15 +03:00 committed by GitHub
parent a1b18626a0
commit 104d9a2d68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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