hastodon
hastodon copied to clipboard
All API calls are broken due to OAuthRespone Type Issue
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,