sys1yagi / mastodon4j

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

add replies_count parameter in Status #68

Closed moko256 closed 6 years ago

moko256 commented 6 years ago

Since Mastodon v2.5.0rc1, Statuses have count of replies. This pull request enable to get it.

codecov-io commented 6 years ago

Codecov Report

Merging #68 into master will decrease coverage by 0.06%. The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #68      +/-   ##
============================================
- Coverage     54.25%   54.18%   -0.07%     
  Complexity      147      147              
============================================
  Files            44       44              
  Lines           800      801       +1     
  Branches         80       80              
============================================
  Hits            434      434              
- Misses          352      353       +1     
  Partials         14       14
Impacted Files Coverage Δ Complexity Δ
.../java/com/sys1yagi/mastodon4j/api/entity/Status.kt 39.28% <0%> (-1.46%) 6 <0> (ø)

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 38937fd...6076ef2. Read the comment docs.