Created
December 31, 2011 02:30
-
-
Save no6v/1542567 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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