mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Bookmarks shortcut goes to new bookmarks with reminders (#10181)
This commit is contained in:
committed by
GitHub
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" },
|
||||
|
||||
Reference in New Issue
Block a user