podchat-browser 12.9.19 → 12.9.20-snapshot.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/changelog.md
CHANGED
|
@@ -10,20 +10,16 @@ to see complete list of changelog please visit [ChangeLog](http://gp.fanapsoft.i
|
|
|
10
10
|
### Added
|
|
11
11
|
- Added possibility to get the original data from threads cache
|
|
12
12
|
- Added method reInit
|
|
13
|
-
- Implemented dataChannel for multitrack calls
|
|
14
13
|
- Added new callType other than normal callType for single user calls
|
|
15
14
|
- Added method getKurentoPeersQualityMetrics
|
|
16
15
|
- Added method getJanusPeersQualityMetrics
|
|
17
|
-
- Added possibility to startSendDataChannel when needed
|
|
18
16
|
|
|
19
17
|
### Fixed
|
|
20
18
|
- Improved REMOVE_CALL_PARTICIPANT event type 95
|
|
21
|
-
- Fixed bug in method forceJoin
|
|
22
19
|
- Fixed bugs in new contact methods
|
|
23
20
|
|
|
24
21
|
### Changed
|
|
25
22
|
- Added uniqueId to new thread event
|
|
26
|
-
- Added field returnOriginalData to get originalData from cache
|
|
27
23
|
|
|
28
24
|
## [12.9.18] 05-01-2026
|
|
29
25
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"12.9.
|
|
1
|
+
{"version":"12.9.20-snapshot.0","date":"۱۴۰۵/۳/۱۱","VersionInfo":"Release: false, Snapshot: true, Is For Test: true"}
|
|
@@ -524,7 +524,7 @@ function ContactsV2(app) {
|
|
|
524
524
|
_returnData.result.contacts = jsonResponse; //returnData.result.count = responseData.count;
|
|
525
525
|
|
|
526
526
|
_returnData.requestedSize = data.size;
|
|
527
|
-
_returnData.result.hasNext = data.size == _returnData.result.length
|
|
527
|
+
_returnData.result.hasNext = data.size == _returnData.result.contacts.length;
|
|
528
528
|
_returnData.result.nextOffset = data.offset + data.size;
|
|
529
529
|
_returnData.result.contentCount = undefined;
|
|
530
530
|
app.chatEvents.fireEvent('contactEvents', {
|
|
@@ -47668,7 +47668,7 @@ FilterXSS.prototype.process = function (html) {
|
|
|
47668
47668
|
module.exports = FilterXSS;
|
|
47669
47669
|
|
|
47670
47670
|
},{"./default":278,"./parser":280,"./util":281,"cssfilter":141}],283:[function(require,module,exports){
|
|
47671
|
-
module.exports={"version":"12.9.
|
|
47671
|
+
module.exports={"version":"12.9.20-snapshot.0","date":"۱۴۰۵/۳/۱۱","VersionInfo":"Release: false, Snapshot: true, Is For Test: true"}
|
|
47672
47672
|
},{}],284:[function(require,module,exports){
|
|
47673
47673
|
"use strict";
|
|
47674
47674
|
|
|
@@ -65376,7 +65376,7 @@ function ContactsV2(app) {
|
|
|
65376
65376
|
_returnData.result.contacts = jsonResponse; //returnData.result.count = responseData.count;
|
|
65377
65377
|
|
|
65378
65378
|
_returnData.requestedSize = data.size;
|
|
65379
|
-
_returnData.result.hasNext = data.size == _returnData.result.length
|
|
65379
|
+
_returnData.result.hasNext = data.size == _returnData.result.contacts.length;
|
|
65380
65380
|
_returnData.result.nextOffset = data.offset + data.size;
|
|
65381
65381
|
_returnData.result.contentCount = undefined;
|
|
65382
65382
|
app.chatEvents.fireEvent('contactEvents', {
|
package/package.json
CHANGED
package/src/buildConfig.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"12.9.
|
|
1
|
+
{"version":"12.9.20-snapshot.0","date":"۱۴۰۵/۳/۱۱","VersionInfo":"Release: false, Snapshot: true, Is For Test: true"}
|
|
@@ -501,7 +501,7 @@ function ContactsV2(app) {
|
|
|
501
501
|
returnData.result.contacts = jsonResponse;
|
|
502
502
|
//returnData.result.count = responseData.count;
|
|
503
503
|
returnData.requestedSize = data.size;
|
|
504
|
-
returnData.result.hasNext = (data.size == returnData.result.length
|
|
504
|
+
returnData.result.hasNext = (data.size == returnData.result.contacts.length);
|
|
505
505
|
returnData.result.nextOffset = data.offset + data.size;
|
|
506
506
|
returnData.result.contentCount = undefined;
|
|
507
507
|
|