mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-13 07:43:43 +08:00
A burst of INCOMING_MESSAGE on a chatty conversation otherwise fires 2 list APIs per message (mine + unassigned). With 300ms trailing debounce, 5 messages within 100ms of each other collapse to 1 refresh. onMounted / onReconnect keep using refreshLists() directly — they need data immediately, not 300ms later. |
||
|---|---|---|
| .. | ||
| api | ||
| assets | ||
| chat-core | ||
| chat-ui | ||
| components | ||
| directive | ||
| enums | ||
| hooks | ||
| lang | ||
| layout | ||
| plugins | ||
| router | ||
| store | ||
| types | ||
| utils | ||
| views | ||
| animate.ts | ||
| App.vue | ||
| main.ts | ||
| permission.ts | ||
| settings.ts | ||