Skip to content

Commit

Permalink
Merged upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mbbx6spp committed Sep 19, 2009
2 parents c7e52cb + f5ea31d commit c440834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README
Expand Up @@ -13,6 +13,7 @@ Code:
* Adam Stiles <adam at stilesoft dot com> - URI.encode => CGI.escape fix
* Carl Crawley <cwcrawley at gmail dot com> - Friendship get => post fix
* Christian Johansen <christian at cjohansen dot no> - in_reply_to attributes in Twitter::Status
* Harry Love <harrylove at gmail dot com> - added attributes to Twitter::Status
* Filipe Giusti <filipegiusti at gmail dot com> - fixed users/show issue that Twitter.com changed from under us

Design Suggestions:
Expand Down
2 changes: 1 addition & 1 deletion lib/twitter/model.rb
Expand Up @@ -225,7 +225,7 @@ def friends
# Represents a status posted to <tt>Twitter</tt> by a <tt>Twitter</tt> user.
class Status
include ModelMixin
@@ATTRIBUTES = [:id, :text, :source, :truncated, :created_at, :user,
@@ATTRIBUTES = [:id, :text, :source, :truncated, :created_at, :user, :from_user, :to_user,
:favorited, :in_reply_to_status_id, :in_reply_to_user_id,
:in_reply_to_screen_name]
attr_accessor *@@ATTRIBUTES
Expand Down

0 comments on commit c440834

Please sign in to comment.