diff --git a/src/routes/chat/SessionList/ContextMenu.tsx b/src/routes/chat/SessionList/ContextMenu.tsx index aee2e508..ee026183 100644 --- a/src/routes/chat/SessionList/ContextMenu.tsx +++ b/src/routes/chat/SessionList/ContextMenu.tsx @@ -70,7 +70,7 @@ const SessionContextMenu: FC = ({ muteChannel(data); }; const handleDMSetting = () => { - navigateTo(`/setting/dm/${id}?f=${pathname}`); + navigateTo(`/setting/dm/${id}/overview?f=${pathname}`); }; const items = diff --git a/src/routes/home/Menu.tsx b/src/routes/home/Menu.tsx index 36cf5d3a..ea9626fb 100644 --- a/src/routes/home/Menu.tsx +++ b/src/routes/home/Menu.tsx @@ -8,7 +8,7 @@ const Menu: FC = () => { return (