mastodon4j
mastodon4j copied to clipboard
Fix: Int to Long(Account class's followersCount, followingCount, statusesCount)
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.