mastodon/db
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
2019-02-04 04:25:59 +01:00
..
migrate Add featured hashtags to profiles (#9755) 2019-02-04 04:25:59 +01:00
post_migrate Extract counters from accounts table to account_stats table (#9295) 2018-11-19 00:43:52 +01:00
schema.rb Add featured hashtags to profiles (#9755) 2019-02-04 04:25:59 +01:00
seeds.rb Fix db/seeds.rb (#9738) 2019-01-07 08:14:53 +01:00