]> cat aescling's git repositories - mastodon.git/commit
Change trending hashtags to not disappear instantly after midnight (#11712)
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 2 Sep 2019 16:11:13 +0000 (18:11 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Sep 2019 16:11:13 +0000 (18:11 +0200)
commit70ddef2654a931827ce5e4323e3042365f6078f2
tree05ed40d6d1b218a5131199c88d0c9cd1fa0091a0
parentac6935b629f5e9cd07cca468a6f3588a6e585e25
Change trending hashtags to not disappear instantly after midnight (#11712)
app/controllers/admin/tags_controller.rb
app/lib/feed_manager.rb
app/models/tag.rb
app/models/trending_tags.rb
app/workers/scheduler/trending_tags_scheduler.rb [new file with mode: 0644]
config/sidekiq.yml
db/migrate/20190901035623_add_max_score_to_tags.rb [new file with mode: 0644]
db/post_migrate/20190901040524_remove_score_from_tags.rb [new file with mode: 0644]
db/schema.rb
spec/models/trending_tags_spec.rb [new file with mode: 0644]