Skip to content

Commit

Permalink
Merge pull request #8 from gdb/master
Browse files Browse the repository at this point in the history
Add starred property to message
  • Loading branch information
EmmanuelOga committed Oct 26, 2011
2 parents 312476d + af359a6 commit ca796e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/firering/data/message.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Firering
Message = Struct.new(:connection, :id, :room_id, :user_id, :body, :created_at, :type)
Message = Struct.new(:connection, :id, :room_id, :user_id, :body, :created_at, :type, :starred)

class Message
extend Instantiator
Expand Down

0 comments on commit ca796e1

Please sign in to comment.