Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: introduce scheduled post feature #2643

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    18eb4f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d1b54e View commit details
    Browse the repository at this point in the history
  3. feat: replace CreateStatusParams with its superset type`CreateSched…

    …uledStatusParams` including an extra `scheduledAt` param
    
    ref. CreateScheduledStatusParams | masto - https://neet.github.io/masto.js/types/mastodon.rest.v1.CreateScheduledStatusParams.html
    shuuji3 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    7b18572 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4d418d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ccca2e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d68d75c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e44d7ce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d6c9caa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8176ec9 View commit details
    Browse the repository at this point in the history
  10. fix: check if actual response is ScheduledStatus since Mastodon API…

    … could post and return `Status` even if specified `scheduled_at` in request
    shuuji3 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ae30d9e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ce1da9f View commit details
    Browse the repository at this point in the history
  12. feat: calculate minimum scheduled time (5 minutes + 5 seconds buffer)…

    … to ensure to be scheduled
    shuuji3 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    5cee244 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    13ad4e0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f5cf2d2 View commit details
    Browse the repository at this point in the history