pachli-android/core/model
Nik Clayton c8aa4fd374
fix: Disable "Scheduled post" support on GoToSocial accounts (#1025)
GoToSocial servers don't support scheduled posts; they return the wrong
type, and this can cause a loop of posting.

The GoToSocial bug to implement scheduled posts is
https://github.com/superseriousbusiness/gotosocial/issues/1006.

Fix this by adding a new server capability for scheduled post support,
using it for most servers, and disabling it for GoToSocial.

If scheduled post support is not available for an account:

- The "Scheduled posts" menu option is not shown.
- The scheduling button (clock) when composing a post is hidden, so the
user cannot set scheduling parameters.

Fixes #963
2024-10-18 15:37:10 +02:00
..
src/main/kotlin/app/pachli/core/model fix: Disable "Scheduled post" support on GoToSocial accounts (#1025) 2024-10-18 15:37:10 +02:00
build.gradle.kts refactor: Move ServerOperation and related types to core.model (#969) 2024-10-03 13:41:46 +02:00
lint-baseline.xml refactor: Remove `TabData` type (#576) 2024-03-30 23:27:25 +01:00