From e8dae8f8da2da06cd87bdb2145a6595395b48c35 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 3 Feb 2025 21:39:35 +0800 Subject: [PATCH] Forgot linkParams here --- src/pages/hashtag.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/hashtag.jsx b/src/pages/hashtag.jsx index 1f54da43..91ae218b 100644 --- a/src/pages/hashtag.jsx +++ b/src/pages/hashtag.jsx @@ -380,7 +380,7 @@ function Hashtags({ media: mediaView, columnMode, ...props }) { // : `/t/${hashtags.join('+')}`, // ); location.hash = instance - ? `/${instance}/t/${hashtags.join('+')}` + ? `/${instance}/t/${hashtags.join('+')}${linkParams}` : `/t/${hashtags.join('+')}${linkParams}`; } }}