@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 (single view)

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.

View all comments