diff --git a/src/timelines/TootBottomSheet.tsx b/src/timelines/TootBottomSheet.tsx index 06add1c..b917c10 100644 --- a/src/timelines/TootBottomSheet.tsx +++ b/src/timelines/TootBottomSheet.tsx @@ -161,7 +161,7 @@ const TootBottomSheet: Component = (props) => { return; } setCache(params.acct, status); - navigate(`/${params.acct}/${status.id}`, { + navigate(`/${params.acct}/toot/${status.id}`, { state: { tootBottomSheetPushedCount: pushedCount() + 1, },