Forgot linkParams here

pull/966/merge
Lim Chee Aun 2025-02-03 21:39:35 +08:00
rodzic 59d4e8a8e2
commit e8dae8f8da
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -380,7 +380,7 @@ function Hashtags({ media: mediaView, columnMode, ...props }) {
// : `/t/${hashtags.join('+')}`, // : `/t/${hashtags.join('+')}`,
// ); // );
location.hash = instance location.hash = instance
? `/${instance}/t/${hashtags.join('+')}` ? `/${instance}/t/${hashtags.join('+')}${linkParams}`
: `/t/${hashtags.join('+')}${linkParams}`; : `/t/${hashtags.join('+')}${linkParams}`;
} }
}} }}