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 20b56505..c229e647 100644
--- a/core/plugin/streaming/streamer.rb
+++ b/core/plugin/streaming/streamer.rb
@@ -164,6 +164,10 @@ module ::Plugin::Streaming
elsif source.me?(@service)
Plugin.call(:followings_created, @service, Users.new([target])) end end
+ defevent(:unfollow) do |json| end
+
+ defevent(:block) do |json| end
+
defevent(:list_member_added) do |json|
target_user = MikuTwitter::ApiCallSupport::Request::Parser.user(json['target'].symbolize) # リストに追加されたユーザ
list = MikuTwitter::ApiCallSupport::Request::Parser.list(json['target_object'].symbolize) # リスト