Files
zyt/TUICallKit-Vue3/TUIKit/states/chat-uikit-engine-lite/config/not-notify-list.ts
T
2026-03-11 09:49:47 +08:00

7 lines
154 B
TypeScript

// 注册监听时如果列表数据为空不触发 callback
export const notNotifyList = [
'messageList',
'conversationList',
'newMessageList',
];