BrinamiteOriginal post
Rank 2: Process
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?
Summary
Developers want a realtime trigger for Conversation updates when a Message is created. Check out this workaround: https://github.com/appwrite/appwrite/issues/7403.