mattn / go-mastodon

mastodon client for golang
MIT License
600 stars 85 forks source link

Add Support for Conversations API #126

Closed hiromi-mi closed 4 years ago

hiromi-mi commented 4 years ago

Support conversations API included from Mastodon 2.6.0 (tootsuite/mastodon#8832, https://docs.joinmastodon.org/methods/timelines/conversations/).

codecov-io commented 4 years ago

Codecov Report

Merging #126 into master will increase coverage by 0.01%. The diff coverage is 81.81%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #126      +/-   ##
=========================================
+ Coverage   80.09%   80.1%   +0.01%     
=========================================
  Files          29      29              
  Lines        1492    1503      +11     
=========================================
+ Hits         1195    1204       +9     
- Misses        204     205       +1     
- Partials       93      94       +1
Impacted Files Coverage Δ
status.go 85.62% <81.81%> (-0.29%) :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 1516135...6a58c77. Read the comment docs.

mattn commented 4 years ago

LGTM, Thank you.