Skip to content

Instantly share code, notes, and snippets.

@no6v
Created March 26, 2012 15:18
Show Gist options
  • Save no6v/2205830 to your computer and use it in GitHub Desktop.
Save no6v/2205830 to your computer and use it in GitHub Desktop.
Earthquake.init do
output_filter do |item|
if retweeted_status = item["retweeted_status"]
!cache.exist?("status:#{retweeted_status["id"]}")
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment