sys1yagi / mastodon4j

mastodon client for java, kotlin https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md
MIT License
135 stars 28 forks source link

Fix: Int to Long(Account class's followersCount, followingCount, statusesCount) #90

Closed lamrongol closed 1 month ago

lamrongol commented 1 year ago

gson throws NumberFormatException if followersCount and so on exceed Int limit. It may be desirable for other Int fields(e.g. Status class's favouritesCount), too.