Removes previously scheduled messages from #admin-scheduled if after the
posting date.
Examples
if (FALSE) { # interactive()
slack_posts_write("testing cleanup",
when = Sys.time() + lubridate::seconds(600),
tz = Sys.timezone())
slack_scheduled_list()
slack_cleanup()
}
