mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-05 08:55:59 +00:00
Added Shortcut to jump to the Saved Messages.
This commit is contained in:
@@ -2915,6 +2915,10 @@ void DialogsInner::setupShortcuts() {
|
||||
request->check(Command::ChatLast) && request->handle([=] {
|
||||
return jumpToDialogRow(last);
|
||||
});
|
||||
request->check(Command::ChatSelf) && request->handle([] {
|
||||
App::main()->choosePeer(Auth().userPeerId(), ShowAtUnreadMsgId);
|
||||
return true;
|
||||
});
|
||||
|
||||
static const auto kPinned = {
|
||||
Command::ChatPinned1,
|
||||
|
Reference in New Issue
Block a user