@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.
@@ -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(100).withTags(!0).setConversationType("group").build(), n = [], o = [];
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 == 100);
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 {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@bcc-code/vue-bcc-chat-ui",
3
3
  "author": "bcc-code",
4
4
  "license": "Apache-2.0",
5
- "version": "1.2.11",
5
+ "version": "1.2.12",
6
6
  "type": "module",
7
7
  "private": false,
8
8
  "files": [