transient posts
Is there a way I could make users be creating a post that lasts only 24 hours?
3 Replies
this is actually the demo app for scheduled functions https://github.com/get-convex/convex-demos/tree/main/scheduling ( and this is the same but with a few more features https://stack.convex.dev/end-to-end-encryption-with-convex )
GitHub
convex-demos/scheduling at main · get-convex/convex-demos
Demo apps built on Convex. Contribute to get-convex/convex-demos development by creating an account on GitHub.
End-to-End Encryption with Convex
Implementing end-to-end encryption on top of Convex to build a secret-sharing app.
general docs are here https://docs.convex.dev/scheduling/scheduled-functions
Scheduled Functions | Convex Developer Hub
Convex allows you to schedule functions to run in the future. This allows you to
Thanks