@jeffalo you could do scheduled posts by making the post creation date when it’s set to post, and hide all posts whose creation date is newer than the current date from the api

comments

theres a lot of places to hide the post from though. not so easy task

no like only show it in the “get scheduled posts” api endpoint

yes. but that involves specifically not showing it everywhere else. all the code currently defaults to showing posts unless they’re deleted. i would have to change all those queries to show posts unless they’re deleted or scheduled for the future. thats not easy task across multiple services.