takeshitakenji

Results 2 issues of takeshitakenji

I've been dealing with strange network timeouts during filtered streams recently, and while I was able to supply network timeouts to the HTTP layer by switching to Scribe's Apache HTTP...

Pleroma uses user IDs like `9unzDNYyW6HRdNjoS8`, which causes [`Account`](https://github.com/sys1yagi/mastodon4j/blob/master/mastodon4j/src/main/java/com/sys1yagi/mastodon4j/api/entity/Account.kt) parsing to break because it requires them to be numeric: ``` Caused by: twitter2mastodon.com.sys1yagi.mastodon4j.api.exception.Mastodon4jRequestException: twitter2mastodon.com.google.gson.JsonSyntaxException: java.lang.NumberFormatException: For input string: "9unzDNYyW6HRdNjoS8" at...