Originally created by: supreme-gg-gg
A friend suggested that having delay function like emails for instagram will be helpful and I agree. Implementation is easy we just reuse the existing scheduler, it also makes the scheduler more useful :) Alternatively we can just use timeout (lmao) or cron job. but existing scheduler is pretty much cron job lol.
A more tricky part is what exactly can the user config. I'm thinking just use :delay <second> message template for sending messages. It would be ridiculous to have a default delay value for every message, given that social media is not email... more often (99% of cases) you want to send immediately.
Ticket changed by: supreme-gg-gg