バグ #1333 » 0001-fix-typo-refs-1333.patch
core/plugin/mastodon/api.rb | ||
---|---|---|
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
|