I have a collection called Conversation which has a one->many relationship with Message.
I am building a frontend with realtime capabilities and I would like that when I create a Message (which has an attribute that relates it with Conversation), an Update event on the Conversation is triggered with realtime.
I searched online and found this: https://github.com/appwrite/appwrite/issues/7403
What's the current workaround or best practice to go about this?