Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All API calls are broken due to OAuthRespone Type Issue #31

Open
KirinDave opened this issue Jun 20, 2019 · 0 comments
Open

All API calls are broken due to OAuthRespone Type Issue #31

KirinDave opened this issue Jun 20, 2019 · 0 comments

Comments

@KirinDave
Copy link
Contributor

Currently a type mismatch in the OauthResponse type renders all API calls invalid. The fields in question:

-  statusInReplyToId :: Maybe Int,
-  statusInReplyToAccountId :: Maybe Int,
+  statusInReplyToId :: Maybe String,
+  statusInReplyToAccountId :: Maybe String,
KirinDave added a commit to KirinDave/hastodon that referenced this issue Jun 20, 2019
This is a very incomplete fix but does make the
library immediately usable, whereas right now
it will fail on every API call I've tried.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant