3. API for list of scheduled posts can't be sorted by scheduled time; default to created time.
4. Scheduled reply is possible but feels like an odd use-case, except maybe self-replies to own thread.
5. From the API response, `in_reply_to_id` is an integer instead string, `JSON.parse` doesn't `BigInt`-fy it, rounds the number and gives the wrong ID 🤦♂️🤦♂️🤦♂️
If you see this, means this scheduled post works 🤞
Alrighty, 2 issues added:
- `in_reply_to_id` in ScheduledStatus should be a string https://github.com/mastodon/mastodon/issues/34000
- Add editing for scheduled statuses https://github.com/mastodon/mastodon/issues/34010
On Phanpy's side for now, notes/questions:
- Min/max implemented = 6 mins‒90 days (exact 5min returns error 🤷♂️)
- Mastodon no max limit, Threads = 75 days, X = 18 months
- No editing until the API supports it
- Should the composer warn about lack of editing?
- Allow add scheduled posts page as a column?