Fix tootctl feeds build not building list timelines (#33783)
This commit is contained in:
@@ -5,6 +5,10 @@ class PrecomputeFeedService < BaseService
|
||||
|
||||
def call(account)
|
||||
FeedManager.instance.populate_home(account)
|
||||
|
||||
account.owned_lists.each do |list|
|
||||
FeedManager.instance.populate_list(list)
|
||||
end
|
||||
ensure
|
||||
redis.del("account:#{account.id}:regeneration")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user