From bad9c380a565f0692bb26b403b9832dff0fc6eb9 Mon Sep 17 00:00:00 2001 From: cobodo Date: Mon, 13 May 2019 13:16:03 +0900 Subject: [PATCH] fix typo refs #1333 --- core/plugin/mastodon/api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/plugin/mastodon/api.rb b/core/plugin/mastodon/api.rb index 54758fa5..5ed1a588 100644 --- a/core/plugin/mastodon/api.rb +++ b/core/plugin/mastodon/api.rb @@ -299,7 +299,7 @@ module Plugin::Mastodon end def all_with_world!(world, method, path = nil, opts = {}, headers = [], **params, &block) - all(method, world.domain, path, world.access_token, opts, headers, **params, &block) + all!(method, world.domain, path, world.access_token, opts, headers, **params, &block) end end -- 2.17.1