For the complete documentation index, see llms.txt. This page is also available as Markdown.

Chat

Chat supports direct and group communication through ChatConversations, which contain ChatMessages.

ChatUserConversationSettings store user-specific mute and archive settings, while ChatConversationEvents record changes to a conversation. ChatMessageSeenUsers track which Users have seen a message.

Chat access combines the chat-show module permission with conversation Targetables. Conversations and messages do not use Entity Permissions for access.

Last updated