@bcc-code/vue-bcc-chat-ui 3.1.2 → 3.2.0
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 +1 -1
- package/package.json +1 -1
package/dist/vue-bcc-chat-ui.js
CHANGED
|
@@ -73888,7 +73888,7 @@ async function iqe() {
|
|
|
73888
73888
|
if (!await Ep())
|
|
73889
73889
|
return [];
|
|
73890
73890
|
const e = 50;
|
|
73891
|
-
let t = new Z.ConversationsRequestBuilder().setLimit(e).withTags(!0).setConversationType("group").build(), n = [], r = [];
|
|
73891
|
+
let t = new Z.CometChat.ConversationsRequestBuilder().setLimit(e).withTags(!0).setConversationType("group").build(), n = [], r = [];
|
|
73892
73892
|
do
|
|
73893
73893
|
r = await t.fetchNext(), n = n.concat(r);
|
|
73894
73894
|
while (r.length == e);
|