hastodon icon indicating copy to clipboard operation
hastodon copied to clipboard

All API calls are broken due to OAuthRespone Type Issue

Open KirinDave opened this issue 5 years ago • 0 comments

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 avatar Jun 20 '19 04:06 KirinDave