Skip to content

Commit 7a4a467

Browse files
authored
chore: update chat sdk version (#960)
v4.10.8 includes following changes: - **Fixed issue where the parent message retrieved from the cache is a multiple files message and is not parsed correctly** - **Fixed bug where `onMessagesUpdated()` event do not called if localCacheEnable is `false`** - _Added appState check when throwing network exception_ - _Fixed a bug where onMentionReceived event is called when a mention is deleted_ - _Fixed a bug: sendbird.min.js does not set the SDK to global object_ - _Fixed bug in LogLevel order_ - _Added extendedMessagePayload to UserMessageCreateParams_
1 parent 1733849 commit 7a4a467

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"react-dom": "^16.8.6 || ^17.0.0 || ^18.0.0"
6868
},
6969
"dependencies": {
70-
"@sendbird/chat": "^4.10.6",
70+
"@sendbird/chat": "^4.10.8",
7171
"@sendbird/uikit-tools": "0.0.1-alpha.58",
7272
"css-vars-ponyfill": "^2.3.2",
7373
"date-fns": "^2.16.1",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2648,15 +2648,15 @@ __metadata:
26482648
languageName: node
26492649
linkType: hard
26502650

2651-
"@sendbird/chat@npm:^4.10.6":
2652-
version: 4.10.6
2653-
resolution: "@sendbird/chat@npm:4.10.6"
2651+
"@sendbird/chat@npm:^4.10.8":
2652+
version: 4.10.8
2653+
resolution: "@sendbird/chat@npm:4.10.8"
26542654
peerDependencies:
26552655
"@react-native-async-storage/async-storage": ^1.17.6
26562656
peerDependenciesMeta:
26572657
"@react-native-async-storage/async-storage":
26582658
optional: true
2659-
checksum: 47e1fe750b0aef6a625ffbba57c595d82dd6679cbffe66c2fd0e6f8563e938615a907ad488110d2b7b5e246caf050cecc69ce4c69bf92395b53851cea38fc436
2659+
checksum: 842293a1e222152b824219d365c8fbf19730e8ecbac1d310d6f390465d4ed748330ce29d1fb8f66809ddbba7b2c5a595d1ef4eb7f42f23c1fcf28e8cca98952a
26602660
languageName: node
26612661
linkType: hard
26622662

@@ -2678,7 +2678,7 @@ __metadata:
26782678
"@rollup/plugin-node-resolve": ^15.2.3
26792679
"@rollup/plugin-replace": ^5.0.4
26802680
"@rollup/plugin-typescript": ^11.1.5
2681-
"@sendbird/chat": ^4.10.6
2681+
"@sendbird/chat": ^4.10.8
26822682
"@sendbird/uikit-tools": 0.0.1-alpha.58
26832683
"@storybook/addon-actions": ^6.5.10
26842684
"@storybook/addon-docs": ^6.5.10

0 commit comments

Comments
 (0)