superseriousbusiness / gotosocial

Fast, fun, small ActivityPub server.
https://docs.gotosocial.org
GNU Affero General Public License v3.0
3.81k stars 330 forks source link

[feature] Support scheduled toots #1006

Open da2x opened 2 years ago

da2x commented 2 years ago

Describe the bug with a clear and concise description of what the bug is.

Apps like Tusky and Mastodon have an option to schedule when toots should go live. These toots are posted immediately instead of at the expected time.

What's your GoToSocial Version?

0.5.2

GoToSocial Arch

arm64

Browser version

No response

What happened?

The toot went live right away.

What you expected to happen?

The toot should not go public until after the specified date and time.

How to reproduce it?

  1. Open Tusky.
  2. Tap to create a new toot and write something.
  3. Tap the Calendar and pick a date five minutes in the future.
  4. Tap publish.

Anything else we need to know?

No response

tsmethurst commented 2 years ago

We haven't implemented scheduled toots yet so this is normal and expected :)