]> cat aescling's git repositories - mastodon.git/commit
Use a redis-cached feed for the DM timeline
authorThibaut Girka <thib@sitedethib.com>
Tue, 25 Jun 2019 20:56:32 +0000 (22:56 +0200)
committerThibG <thib@sitedethib.com>
Thu, 27 Jun 2019 14:44:12 +0000 (16:44 +0200)
commitca17bae904783dfb1f4899a533d28a79da0c6fe9
treec38565923e7b92c2125452daf35fecf76588f81d
parent2f95adc06fbfae22e8f9b4df212938108f5e295c
Use a redis-cached feed for the DM timeline
app/controllers/api/v1/timelines/direct_controller.rb
app/lib/feed_manager.rb
app/models/direct_feed.rb [new file with mode: 0644]
app/services/batched_remove_status_service.rb
app/services/fan_out_on_write_service.rb
app/services/precompute_feed_service.rb
app/services/remove_status_service.rb
app/workers/feed_insert_worker.rb
app/workers/scheduler/feed_cleanup_scheduler.rb