README.md in intercom-2.0.1 vs README.md in intercom-2.0.2
- old
+ new
@@ -164,9 +164,13 @@
# REPLYING TO CONVERSATIONS
# User (identified by email) replies with a comment
conversation.reply(:type => 'user', :email => 'joe@example.com', :message_type => 'comment', :body => 'foo')
# Admin (identified by email) replies with a comment
conversation.reply(:type => 'admin', :email => 'bob@example.com', :message_type => 'comment', :body => 'bar')
+
+# MARKING A CONVERSATION AS READ
+conversation.read = true
+conversation.save
```
#### Counts
```ruby
# Get Conversation per Admin