From 0148d5134606c296c4d17ed9a3f89eae255392c2 Mon Sep 17 00:00:00 2001 From: Kazuki Yamaguchi Date: Mon, 3 Oct 2016 22:00:16 +0900 Subject: {status,user}_withheld はよくわからないので見なかったことにする MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/plugin/streaming/streamer.rb | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3