UNPKG
@cobuildlab/8base-chat
Version:
latest (3.0.6)
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.2.0
2.1.1
2.1.0
2.0.1
2.0.0
1.0.1
1.0.0
Chat component that uses 8base
@cobuildlab/8base-chat
/
src
/
shared
/
constants
/
chat.ts
7 lines
(6 loc)
•
267 B
text/typescript
View Raw
1
2
3
4
5
6
7
// 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