leancloud-realtime
Advanced tools
Comparing version 3.5.4 to 3.5.5
{ | ||
"name": "leancloud-realtime", | ||
"version": "3.5.4", | ||
"version": "3.5.5", | ||
"homepage": "https://github.com/leancloud/js-realtime-sdk/", | ||
@@ -5,0 +5,0 @@ "description": "LeanCloud JavaScript Realtime SDK", |
@@ -0,3 +1,13 @@ | ||
<a name="3.5.5"></a> | ||
## 3.5.5 (2017-07-28) | ||
### Bug Fixes | ||
* **IMClient:** 修复了 `getConversations` 方法在获取大量会话的时候可能会错误的返回部分 null 的问题 ([4a3d48f](https://github.com/leancloud/js-realtime-sdk/commit/4a3d48f)) | ||
<a name="3.5.4"></a> | ||
## [3.5.4](https://github.com/leancloud/js-realtime-sdk/compare/v3.5.3+source...v3.5.4) (2017-07-28) | ||
## 3.5.4 (2017-07-28) | ||
@@ -4,0 +14,0 @@ |
{ | ||
"name": "leancloud-realtime", | ||
"version": "3.5.4", | ||
"version": "3.5.5", | ||
"description": "LeanCloud Realtime Message JavaScript SDK", | ||
@@ -5,0 +5,0 @@ "main": "./dist/realtime.js", |
@@ -692,3 +692,3 @@ import EventEmitter from 'eventemitter3'; | ||
remoteConversationIds.length ? | ||
this.getQuery().containedIn('objectId', remoteConversationIds).find() : | ||
this.getQuery().containedIn('objectId', remoteConversationIds).limit(999).find() : | ||
Promise.resolve() | ||
@@ -695,0 +695,0 @@ ).then(() => ids.map(id => this._conversationCache.get(id))); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11543382