aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/plugin/streaming/streamer.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/plugin/streaming/streamer.rb b/core/plugin/streaming/streamer.rb
index 60b4c5a4..fa3e1f1c 100644
--- a/core/plugin/streaming/streamer.rb
+++ b/core/plugin/streaming/streamer.rb
@@ -101,6 +101,10 @@ module ::Plugin::Streaming
# if Mopt.debug
# Plugin.activity :system, YAML.dump(json)
# end
+ when json['status_withheld']
+ # よくわからないので見なかったことにする
+ when json['user_withheld']
+ # よくわからないので見なかったことにする
when !json.has_key?('event')
event_update(json)
when Mopt.debug