kopia lustrzana https://github.com/cheeaun/phanpy
Forgot linkParams here
rodzic
59d4e8a8e2
commit
e8dae8f8da
|
@ -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}`;
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
|
|
Ładowanie…
Reference in New Issue