aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhenium <rhenium@rhe.jp>2013-08-09 09:33:29 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-10-26 14:15:15 +0900
commit5bde57f757f53edb75a5b002833bb593ef07db4b (patch)
tree47d73bb1d07998994e2f8b75958e6307a0774b3c
parent0c9c2905832c5a129c073e2598e27b90a216fa4f (diff)
downloadmikutter-5bde57f757f53edb75a5b002833bb593ef07db4b.tar.gz
UserStream で include_followings_activity を有効にする
-rw-r--r--core/plugin/streaming/streamer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/plugin/streaming/streamer.rb b/core/plugin/streaming/streamer.rb
index 66836f46..60b4c5a4 100644
--- a/core/plugin/streaming/streamer.rb
+++ b/core/plugin/streaming/streamer.rb
@@ -46,7 +46,7 @@ module ::Plugin::Streaming
@queue = {} end
def mainloop
- service.streaming{ |q|
+ service.streaming(:userstream, include_followings_activity: true){ |q|
if q and not q.empty?
parsed = JSON.parse(q) rescue nil
event_factory parsed if parsed end }