You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/config
Eugen Rochko 364f2ff9aa
Add featured hashtags to profiles (#9755)
* Add hashtag filter to profiles

GET /@:username/tagged/:hashtag
GET /api/v1/accounts/:id/statuses?tagged=:hashtag

* Display featured hashtags on public profile

* Use separate model for featured tags

* Update featured hashtag counters on-write

* Limit featured tags to 10
6 years ago
..
environments
initializers
locales Add featured hashtags to profiles (#9755) 6 years ago
webpack
application.rb
boot.rb
brakeman.ignore
database.yml
deploy.rb
environment.rb
i18n-tasks.yml Re-enable ignored translations that is needed (#7842) 6 years ago
navigation.rb Add featured hashtags to profiles (#9755) 6 years ago
puma.rb
routes.rb Add featured hashtags to profiles (#9755) 6 years ago
secrets.yml
settings.yml
sidekiq.yml
themes.yml
webpacker.yml