聊天:初始化时获取群消息

This commit is contained in:
liangtongchuan
2021-03-10 16:42:03 +08:00
parent 99a3098bea
commit 24f297b480
4 changed files with 54 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
export const MSG_CODE_LEN = 8;
export const RECENT_PRIVATE_CHATS_CNT = 20;
export const RECENT_GROUP_MSGS_CNT = 10;
export const MAX_PRIVATE_MSGS = 99;
export const MSG_STATUS = {