@bcc-code/vue-bcc-chat-ui 1.2.11 → 1.2.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/vue-bcc-chat-ui.js +2 -2
- package/package.json +1 -1
package/dist/vue-bcc-chat-ui.js
CHANGED
|
@@ -70606,10 +70606,10 @@ const B$e = U$e(() => {
|
|
|
70606
70606
|
};
|
|
70607
70607
|
async function F$e() {
|
|
70608
70608
|
try {
|
|
70609
|
-
let t = new X.CometChat.ConversationsRequestBuilder().setLimit(
|
|
70609
|
+
let t = new X.CometChat.ConversationsRequestBuilder().setLimit(50).withTags(!0).setConversationType("group").build(), n = [], o = [];
|
|
70610
70610
|
do
|
|
70611
70611
|
o = await t.fetchNext(), n = n.concat(o);
|
|
70612
|
-
while (o.length ==
|
|
70612
|
+
while (o.length == 50);
|
|
70613
70613
|
const a = n.map((s) => {
|
|
70614
70614
|
const i = s.getLastMessage(), d = s.getUnreadMessageCount(), u = i.getType(), l = s.getConversationWith();
|
|
70615
70615
|
return {
|