mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Implement forwarding to topics.
This commit is contained in:
@@ -691,9 +691,8 @@ void MainMenu::setupMenu() {
|
||||
tr::lng_saved_messages(),
|
||||
{ &st::settingsIconSavedMessages, kIconLightBlue }
|
||||
)->setClickedCallback([=] {
|
||||
controller->content()->choosePeer(
|
||||
controller->session().userPeerId(),
|
||||
ShowAtUnreadMsgId);
|
||||
const auto self = controller->session().user();
|
||||
controller->content()->chooseThread(self, ShowAtUnreadMsgId);
|
||||
});
|
||||
} else {
|
||||
addAction(
|
||||
|
Reference in New Issue
Block a user