podchat-browser 12.9.3 → 12.9.5-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 +13 -1
- package/dist/node/buildConfig.json +1 -1
- package/dist/node/chat.js +130 -121
- package/dist/node/lib/sdkParams.js +19 -0
- package/dist/podchat-browser-bundle.js +3273 -3695
- package/examples/index.html +20 -0
- package/package.json +2 -2
- package/src/buildConfig.json +1 -1
- package/src/chat.js +226 -207
- package/src/lib/sdkParams.js +13 -0
package/changelog.md
CHANGED
|
@@ -5,7 +5,19 @@ to see complete list of changelog please visit [ChangeLog](http://gp.fanapsoft.i
|
|
|
5
5
|
|
|
6
6
|
##[Unreleased]
|
|
7
7
|
|
|
8
|
-
## [12.9.
|
|
8
|
+
## [12.9.4] 2023-07-02
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
- Properties: metadata, systemMetadata to pinMessageVO in result of method getThread
|
|
12
|
+
- sample for deleteMultipleMessages
|
|
13
|
+
- Fix lastSeenMessageTime (19 Numbers) on type 31:LAST_SEEN_UPDATED
|
|
14
|
+
- timeNanos & Changed time (19 Numbers) in pinMessage
|
|
15
|
+
|
|
16
|
+
## Changed
|
|
17
|
+
- Changed cached unreadCount calculation on new messages
|
|
18
|
+
|
|
19
|
+
## [12.9.3] 2023-06-20
|
|
20
|
+
## [12.9.2] 2023-06-18 - deprecated
|
|
9
21
|
|
|
10
22
|
### Fixed
|
|
11
23
|
- Send threadId in event DELETE_THREAD
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"12.9.
|
|
1
|
+
{"version":"12.9.5-snapshot.0","date":"۱۴۰۲/۴/۱۱","VersionInfo":"Release: false, Snapshot: true, Is For Test: true"}
|