mirror of
https://github.com/discourse/discourse.git
synced 2025-04-10 13:47:12 +08: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 u": { path: "/unread" },
|
||||||
"g c": { path: "/categories", anonymous: true },
|
"g c": { path: "/categories", anonymous: true },
|
||||||
"g t": { path: "/top", anonymous: true },
|
"g t": { path: "/top", anonymous: true },
|
||||||
"g b": { path: "/bookmarks" },
|
"g b": { path: "/my/activity/bookmarks" },
|
||||||
"g p": { path: "/my/activity" },
|
"g p": { path: "/my/activity" },
|
||||||
"g m": { path: "/my/messages" },
|
"g m": { path: "/my/messages" },
|
||||||
"g d": { path: "/my/activity/drafts" },
|
"g d": { path: "/my/activity/drafts" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user