mastodon4j icon indicating copy to clipboard operation
mastodon4j copied to clipboard

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

Open lamrongol opened this issue 1 year ago • 0 comments

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.

lamrongol avatar Apr 02 '23 13:04 lamrongol