sys1yagi / mastodon4j

mastodon client for java, kotlin https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md
MIT License
134 stars 29 forks source link

fix only_media param #39

Closed takke closed 7 years ago

takke commented 7 years ago

fix #37

マストドンサーバに only_media=false のパラメータを送っても media only とみなされるので false の場合は同パラメータを指定しないようにしました。

codecov-io commented 7 years ago

Codecov Report

Merging #39 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #39   +/-   ##
=========================================
  Coverage     24.28%   24.28%           
  Complexity       54       54           
=========================================
  Files            36       36           
  Lines           457      457           
  Branches         59       59           
=========================================
  Hits            111      111           
  Misses          341      341           
  Partials          5        5
Impacted Files Coverage Δ Complexity Δ
...ava/com/sys1yagi/mastodon4j/api/method/Accounts.kt 0% <0%> (ø) 0 <0> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cd4270f...d9c7401. Read the comment docs.

sys1yagi commented 7 years ago

LGTM~