aboutsummaryrefslogtreecommitdiffstats
path: root/collector
diff options
context:
space:
mode:
authorRhenium <rhenium@rhe.jp>2013-11-17 11:21:57 +0900
committerRhenium <rhenium@rhe.jp>2013-11-17 11:21:57 +0900
commit31aabeb149cbefa915775d4c58623b731059c3cf (patch)
treeceeb415a0d4bb1db523fb2e28735c4ca72419537 /collector
parentddb1a321dda6e6d5e9867f38129fea44eafb2135 (diff)
downloadaclog-31aabeb149cbefa915775d4c58623b731059c3cf.tar.gz
add in_reply_to support
Diffstat (limited to 'collector')
-rw-r--r--collector/stream.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/collector/stream.rb b/collector/stream.rb
index e2bcf05..239c9f5 100644
--- a/collector/stream.rb
+++ b/collector/stream.rb
@@ -140,6 +140,7 @@ module Aclog
text: format_text(status),
source: format_source(status),
tweeted_at: status[:created_at],
+ in_reply_to_status_id: status[:in_reply_to_status_id],
user: conv_user(status[:user])}
end