Fix `JumpToLatestMessage` (#7715)

pull/21833/head
Šimon Brandner 2022-02-03 18:22:41 +01:00 committed by GitHub
parent df86678798
commit 29cf22a521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -510,7 +510,7 @@ const KEYBOARD_SHORTCUTS: IKeyboardShortcuts = {
},
displayName: _td("Jump to first message"),
},
[KeyBindingAction.JumpToOldestUnread]: {
[KeyBindingAction.JumpToLatestMessage]: {
default: {
key: Key.END,
ctrlKey: true,