Skip to content

Commit 1b80cdf

Browse files
committed
v4.9.12
1 parent a73c372 commit 1b80cdf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+123
-149
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Changelog
2+
## v4.9.12 (Sep 22, 2023)
3+
### **Notifications**
4+
- Added `NotificationMessage`
5+
- `NotificationMessage` uses `notificationId` as key instead of `messageId`
6+
- `FeedChannel` to have `NotificationMessage` as `lastMessage`
7+
8+
### **Improvements**
9+
- Fixed a bug that `markAsRead()` fails with `authenticateFeed()`
10+
- Fixed a bug that `onSessionClosed()` is called unintentionally
11+
212
## v4.9.11 (Sep 14, 2023)
313
### **Improvements**
414
- Fixed a bug that session refreshes even if the session is revoked or deactivated

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Once this is in place, take a look at [all the other features](https://sendbird.
3232

3333
### Documentation
3434

35-
Find out more about Sendbird Chat for JavaScript in [the documentation](https://sendbird.com/docs/chat/v4/javascript/getting-started/about-chat-sdk). If you have any comments, questions or feature requests, let us know in the [Sendbird community](https://community.sendbird.com).
35+
Find out more about Sendbird Chat for JavaScript in [the documentation](https://sendbird.com/docs/chat/v4/javascript/getting-started/send-first-message). If you have any comments, questions or feature requests, let us know in the [Sendbird community](https://community.sendbird.com).
3636

3737
<br />
3838

cjs/feedChannel.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cjs/groupChannel.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cjs/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cjs/lib/__bundle-0acc0d7b.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

cjs/lib/__bundle-0bbec988.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cjs/lib/__bundle-752a7a52.js renamed to cjs/lib/__bundle-197b1725.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"use strict";var e=require("./__bundle-fc8b8d13.js");class s extends e.BaseCommand{}exports.NotificationCollectionRefreshCommand=s,exports.getFeedChannelIndexBy=e=>["-lastMessageUpdatedAt","-createdAt","syncIndex"];
1+
"use strict";var e=require("./__bundle-5d8ae943.js");class s extends e.BaseCommand{}exports.NotificationCollectionRefreshCommand=s,exports.getFeedChannelIndexBy=e=>["-lastMessageUpdatedAt","-createdAt","syncIndex"];

cjs/lib/__bundle-381bc53c.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)