Hey Appwriters & Team
I just added a status story like whatsApp to my application, but the issue now is to auto-delete the status when its more than 24hours, and i'm a bit confused weather not to use Functions to auto-delete it, or if there is an alternative on how to auto delete the status from the Appwrite Cloud,
Please, i'm open to ideals on how to achieve this
Recommended threads
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...