You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restore hashtag suggestions from local tag history (mastodon#11632)
* Restore hashtag suggestions from local tag history
* Append local hashtag suggestions instead of prepending them
* Do not display inaccurate usage statistics for hashtags not retrieved from API
* Fixup
<divclassName='autosuggest-hashtag__uses'><FormattedMessageid='autosuggest_hashtag.per_week'defaultMessage='{count} per week'values={{count: weeklyUses}}/></div>
23
+
{tag.history!==undefined&&<divclassName='autosuggest-hashtag__uses'><FormattedMessageid='autosuggest_hashtag.per_week'defaultMessage='{count} per week'values={{count: weeklyUses}}/></div>}
0 commit comments