I have two collections, chats and messages, with two way relation attributes between them.
One Chat can contain many messages, one message can contain one chat.
When subscribing to a chat document no event gets send to the client when a message with a relation to that chat is created.
The relation gets updated inside the chat document.
I don't know if this is expected behaiviour, i cloud now find anything related to that inside docs.
š Expected behavior
Fire a realtime update event when a message gets added to the chat document via relation
š Actual Behavior
Realtime event only gets triggerd when message is created without a relation to a chat document and then chat is updated to establish the relation with the message
š² Appwrite version
Version 1.3.x
š» Operating system
MacOS
š§± Your Environment
SvelteKit
š Have you spent some time to check if this issue has been raised before?
š Reproduction steps
I have two collections, chats and messages, with two way relation attributes between them. One Chat can contain many messages, one message can contain one chat.
When subscribing to a chat document no event gets send to the client when a message with a relation to that chat is created. The relation gets updated inside the chat document.
I don't know if this is expected behaiviour, i cloud now find anything related to that inside docs.
š Expected behavior
Fire a realtime update event when a message gets added to the chat document via relation
š Actual Behavior
Realtime event only gets triggerd when message is created without a relation to a chat document and then chat is updated to establish the relation with the message
š² Appwrite version
Version 1.3.x
š» Operating system
MacOS
š§± Your Environment
SvelteKit
š Have you spent some time to check if this issue has been raised before?
š¢ Have you read the Code of Conduct?