UNPKG

@cobuildlab/8base-chat

Version:

Chat component that uses 8base

7 lines (6 loc) 267 B
// Determines how much messages to fetch in the chat window export const CHAT_MESSAGES_LAST = 16; export const CHAT_TAB_WIDTH = 300; export const CHAT_TAB_MARGIN_R = 18; export const MESSAGE_LIMIT = 4000; export const ATTACHMENT_MAX_SIZE = 20 * 1024 * 1024; // 20 MB