Fix JumpToLatestMessage (#7715)

This commit is contained in:
Š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

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,