-
-
Notifications
You must be signed in to change notification settings - Fork 566
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
base: main
Are you sure you want to change the base?
Commits on Mar 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 18eb4f2 - Browse repository at this point
Copy the full SHA 18eb4f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d1b54e - Browse repository at this point
Copy the full SHA 3d1b54eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7b18572 - Browse repository at this point
Copy the full SHA 7b18572View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4d418d - Browse repository at this point
Copy the full SHA f4d418dView commit details -
feat: convert datetime string into ISO 8601 datetime string
ref. statuses API methods - Mastodon documentation - https://docs.joinmastodon.org/methods/statuses/#form-data-parameters
Configuration menu - View commit details
-
Copy full SHA for ccca2e3 - Browse repository at this point
Copy the full SHA ccca2e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d68d75c - Browse repository at this point
Copy the full SHA d68d75cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e44d7ce - Browse repository at this point
Copy the full SHA e44d7ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6c9caa - Browse repository at this point
Copy the full SHA d6c9caaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8176ec9 - Browse repository at this point
Copy the full SHA 8176ec9View commit details -
fix: check if actual response is
ScheduledStatus
since Mastodon API…… could post and return `Status` even if specified `scheduled_at` in request
Configuration menu - View commit details
-
Copy full SHA for ae30d9e - Browse repository at this point
Copy the full SHA ae30d9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce1da9f - Browse repository at this point
Copy the full SHA ce1da9fView commit details -
feat: calculate minimum scheduled time (5 minutes + 5 seconds buffer)…
… to ensure to be scheduled
Configuration menu - View commit details
-
Copy full SHA for 5cee244 - Browse repository at this point
Copy the full SHA 5cee244View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13ad4e0 - Browse repository at this point
Copy the full SHA 13ad4e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5cf2d2 - Browse repository at this point
Copy the full SHA f5cf2d2View commit details