Forgot linkParams here
This commit is contained in:
parent
59d4e8a8e2
commit
e8dae8f8da
1 changed files with 1 additions and 1 deletions
|
@ -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}`;
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue