Forgot linkParams here

This commit is contained in:
Lim Chee Aun 2025-02-03 21:39:35 +08:00
parent 59d4e8a8e2
commit e8dae8f8da

View file

@ -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}`;
}
}}