Skip to content

Instantly share code, notes, and snippets.

@no6v
Created December 31, 2011 02:30
Show Gist options
  • Save no6v/1542567 to your computer and use it in GitHub Desktop.
Save no6v/1542567 to your computer and use it in GitHub Desktop.
diff --git a/lib/earthquake/commands.rb b/lib/earthquake/commands.rb
index 755e600..13748fe 100644
--- a/lib/earthquake/commands.rb
+++ b/lib/earthquake/commands.rb
@@ -343,7 +343,7 @@ Earthquake.init do
command :sent_messages do
puts_items twitter.sent_messages.each { |s|
- s["user"] = {"screen_name" => s["sender_screen_name"]}
+ s["user"] = {"screen_name" => s["recipient_screen_name"]}
s["_disable_cache"] = true
}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment