c8aa4fd374
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 |
||
---|---|---|
.. | ||
src/main/kotlin/app/pachli/core/model | ||
build.gradle.kts | ||
lint-baseline.xml |