Tusky-App-Android/app/src/main/java/com/keylesspalace/tusky/service
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
..
SendStatusService.kt fix scheduling posts (#4392) 2024-04-25 17:08:57 +02:00
ServiceClient.kt Rename Toots to Posts (#2396) 2022-03-20 20:21:42 +01:00
TuskyTileService.kt Fix some warnings & recreate lint-baseline.xml (#4278) 2024-02-25 16:20:26 +01:00