You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just noticed something a bit strange, HastodonId is a string in Types but functions that takes an Id want an Int. Having to convert an Id from String to Int to pass to to the library that will in turn turn it to String seems a bit silly to me. Didn't use to be a problem in the older Hastodon versions, so I assume that's just because of the change in the Mastodon API moving the Id from Int to String. Shouldn't all functions now be taking Strings instead ?
The text was updated successfully, but these errors were encountered:
Hi,
Just noticed something a bit strange, HastodonId is a string in Types but functions that takes an Id want an Int. Having to convert an Id from String to Int to pass to to the library that will in turn turn it to String seems a bit silly to me. Didn't use to be a problem in the older Hastodon versions, so I assume that's just because of the change in the Mastodon API moving the Id from Int to String. Shouldn't all functions now be taking Strings instead ?
The text was updated successfully, but these errors were encountered: