GitHawkApp / GitHawk

The (second) best iOS app for GitHub.
http://githawk.com
MIT License
2.88k stars 385 forks source link

Support reactions on review comments #1547

Open BasThomas opened 6 years ago

Sherlouk commented 6 years ago

@rnystrom Was there a reason this wasn't done originally? I feel like I remember you saying it was super difficult?

rnystrom commented 6 years ago

It looks like the GraphQL API allows us to use a “subject id” to react to, but we fetch PR comments with the v3 API.

Means we have to reconstruct the ID with the base64 hack, and that could change at any time 😬

Also we need to fetch reactions.

Sent with GitHawk