Hi Team,
We are conducting an experiment to enhance collaboration.
Currently, all team members within an organization can view each other’s chats. This is achieved by using the orgId as the resource ID and storing the thread creator userId in the thread metadata. However, within a chat, multiple messages can interact with the same thread. In such cases, users may lose track of which message belongs to whom.
To address this, we propose storing the userId at the individual message level. This approach could help maintain clarity and ensure messages are easily attributable to their respective users. Please let me know if this implementation is feasible, if yes please point me to the relevant docs.
Thanks.