mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-07 23:48:49 +01:00
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