聊天:最近私聊历史相关逻辑

This commit is contained in:
liangtongchuan
2021-03-10 12:49:12 +08:00
parent 253efb4966
commit 41025cacf9
5 changed files with 75 additions and 8 deletions

View File

@@ -1,4 +1,6 @@
export const MSG_CODE_LEN = 8;
export const RECENT_PRIVATE_CHATS_CNT = 20;
export const MAX_PRIVATE_MSGS = 99;
export const MSG_STATUS = {
NORMAL: 0,