chinwag-android/app/src/main/java/com/keylesspalace/tusky/network
Konrad Pozniak c55d79562c
fix scheduling posts (#4392)
Mastodon returns different reponses when posting normally and when
scheduling. This was previously ignored silently, but Moshi is more
correct than Gson and fails, which causes the `SendStatusService` to
retry sending forever and a lot of posts are scheduled.
Mastodon should actually ignore multiple attempts at scheduling the same
post, but doesn't so I filed this
https://github.com/mastodon/mastodon/issues/30039

cc @cbeyls
2024-04-25 17:08:57 +02:00
..
FilterModel.kt Replace Gson library with Moshi (#4309) 2024-04-02 21:01:04 +02:00
InstanceSwitchAuthInterceptor.kt upgrade ktlint plugin to 12.0.3 (#4169) 2024-01-04 17:00:55 +01:00
MastodonApi.kt fix scheduling posts (#4392) 2024-04-25 17:08:57 +02:00
MediaUploadApi.kt Handoff media upload (#2947) 2022-12-29 19:58:23 +01:00
UriRequestBody.kt Optimize I/O code using Okio - part 2 (#4372) 2024-04-14 16:39:29 +02:00