mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 16:28:59 +00:00
Remove stale entries from cache results
This commit is contained in:
@@ -87,6 +87,6 @@ class Api::V1::TimelinesController < ApiController
|
||||
end
|
||||
end
|
||||
|
||||
raw.map { |status| cached_keys_with_value[status.cache_key] || uncached[status.id] }
|
||||
raw.map { |status| cached_keys_with_value[status.cache_key] || uncached[status.id] }.compact
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user