Overwrite old statuses with reblogs in PrecomputeFeedService (#3984)
This commit is contained in:
parent
fb421a1f46
commit
7d8e3721ae
5 changed files with 19 additions and 10 deletions
|
@ -14,7 +14,7 @@ class PrecomputeFeedService < BaseService
|
|||
|
||||
def populate_feed
|
||||
redis.pipelined do
|
||||
statuses.each do |status|
|
||||
statuses.reverse_each do |status|
|
||||
process_status(status)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue