Skip to content

Commit

Permalink
v4.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisallo committed Sep 22, 2023
1 parent a73c372 commit 1b80cdf
Show file tree
Hide file tree
Showing 41 changed files with 123 additions and 149 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Changelog
## v4.9.12 (Sep 22, 2023)
### **Notifications**
- Added `NotificationMessage`
- `NotificationMessage` uses `notificationId` as key instead of `messageId`
- `FeedChannel` to have `NotificationMessage` as `lastMessage`

### **Improvements**
- Fixed a bug that `markAsRead()` fails with `authenticateFeed()`
- Fixed a bug that `onSessionClosed()` is called unintentionally

## v4.9.11 (Sep 14, 2023)
### **Improvements**
- Fixed a bug that session refreshes even if the session is revoked or deactivated
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Once this is in place, take a look at [all the other features](https://sendbird.

### Documentation

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).
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).

<br />

Expand Down
2 changes: 1 addition & 1 deletion cjs/feedChannel.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cjs/groupChannel.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cjs/index.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion cjs/lib/__bundle-0acc0d7b.js

This file was deleted.

1 change: 1 addition & 0 deletions cjs/lib/__bundle-0bbec988.js

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
"use strict";var e=require("./__bundle-fc8b8d13.js");class s extends e.BaseCommand{}exports.NotificationCollectionRefreshCommand=s,exports.getFeedChannelIndexBy=e=>["-lastMessageUpdatedAt","-createdAt","syncIndex"];
"use strict";var e=require("./__bundle-5d8ae943.js");class s extends e.BaseCommand{}exports.NotificationCollectionRefreshCommand=s,exports.getFeedChannelIndexBy=e=>["-lastMessageUpdatedAt","-createdAt","syncIndex"];
1 change: 1 addition & 0 deletions cjs/lib/__bundle-381bc53c.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cjs/lib/__bundle-fc8b8d13.js → cjs/lib/__bundle-5d8ae943.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion cjs/lib/__bundle-83a2a2d5.js

This file was deleted.

1 change: 0 additions & 1 deletion cjs/lib/__bundle-92ec8a78.js

This file was deleted.

1 change: 1 addition & 0 deletions cjs/lib/__bundle-a29353f5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions cjs/lib/__bundle-bda78dae.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions cjs/lib/__bundle-c301d48f.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"use strict";var s=require("./__bundle-5d8ae943.js");class e extends s.User{constructor(s,e){var t;super(s,e),this.isMuted=!1,this.isMuted=null!==(t=e.is_muted)&&void 0!==t&&t}}exports.Participant=e;
Loading

0 comments on commit 1b80cdf

Please sign in to comment.