1
0

fix: feed problem

This commit is contained in:
オスカー、 2024-04-07 22:11:21 +09:00
parent afa2dcbcca
commit fc596d372c

View File

@ -28,7 +28,7 @@ class Feed
unhydrated = redis.zrangebyscore(key, "(#{min_id}", "(#{max_id}", limit: [0, limit], with_scores: true).map { |id| id.first.to_i }
end
Status.without_direct_visibility.where(id: unhydrated).cache_ids
Status.where(id: unhydrated).cache_ids
end
def key