Merge branch 'ditto-trends' into 'develop'

Ditto trends

See merge request soapbox-pub/soapbox!2632
environments/review-develop-3zknud/deployments/3693
Alex Gleason 2023-07-26 18:08:18 +00:00
commit 0d5b21ca04
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -23,7 +23,7 @@ const Hashtag: React.FC<IHashtag> = ({ hashtag }) => {
<Text tag='span' size='sm' weight='semibold'>#{hashtag.name}</Text>
</Link>
{hashtag.history && (
{Boolean(count) && (
<Text theme='muted' size='sm'>
<FormattedMessage
id='trends.count_by_accounts'

Wyświetl plik

@ -960,6 +960,7 @@ const getInstanceFeatures = (instance: Instance) => {
v.software === FRIENDICA && gte(v.version, '2022.12.0'),
v.software === MASTODON && gte(v.compatVersion, '3.0.0'),
v.software === TRUTHSOCIAL,
v.software === DITTO,
]),
/**