Config
Features
Options
Process and display HTML in messages. This can be a security risk (see https://stackoverflow.com/questions/19603097/why-is-it-dangerous-to-render-user-generated-html-or-javascript).
Allow the user to edit their messages.
Process and display mathematical expressions. This can clash with ”$” characters in messages.
Authorize users to upload files with messages. The files are then accessible in cl.on_message.
Restrict user to only upload accepted mime file types. Example: [“text/plain”, “application/pdf”, “image/x-png”]
Restrict user to upload maximum number of files at a time.
Restrict uploading file size (MB).
Automatically tag threads with the current chat profile (if a chat profile is used)
Default configuration
Was this page helpful?