aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhenium <rhenium@rhe.jp>2013-08-09 09:33:29 +0900
committerKazuki Yamaguchi <k@rhe.jp>2017-09-07 20:06:28 +0900
commit8e78467fe31ce24f3673af509f10f6809520fd0d (patch)
treee5a80e68869ddd3facd33461578b9632433cf417
parent88d3e3a7d9bf884f4a0f3b964f4493c73c431191 (diff)
downloadmikutter-8e78467fe31ce24f3673af509f10f6809520fd0d.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 }