Fix JumpToLatestMessage (#7715)

This commit is contained in:
Šimon Brandner
2022-02-03 17:22:41 +00:00
committed by GitHub
parent df86678798
commit 29cf22a521
+1 -1
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,