fix: feed problem
This commit is contained in:
parent
afa2dcbcca
commit
fc596d372c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user