mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
FIX: Bookmarks shortcut goes to new bookmarks with reminders (#10181)
This commit is contained in:
parent
4a90464619
commit
d2e320d4f7
@ -31,7 +31,7 @@ const DEFAULT_BINDINGS = {
|
||||
"g u": { path: "/unread" },
|
||||
"g c": { path: "/categories", anonymous: true },
|
||||
"g t": { path: "/top", anonymous: true },
|
||||
"g b": { path: "/bookmarks" },
|
||||
"g b": { path: "/my/activity/bookmarks" },
|
||||
"g p": { path: "/my/activity" },
|
||||
"g m": { path: "/my/messages" },
|
||||
"g d": { path: "/my/activity/drafts" },
|
||||
|
Loading…
Reference in New Issue
Block a user