Skip to content

Commit

Permalink
v4.9.14
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisallo committed Oct 6, 2023
1 parent cda5adf commit 4c8d9c7
Show file tree
Hide file tree
Showing 40 changed files with 51 additions and 43 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Changelog
## v4.9.14 (Oct 6, 2023)
### **Notification**
- Added `messageStatus` in `NotificationMessage`
- Added `markAsReadBy(notificationIds)` in `FeedChannel`
- Added `logImpression(notificationIds)` in `FeedChannel`

### **Improvements**
- Fixed a bug that `MessageCollection` has wrong `hasPrevious` and `hasNext` in a certain condition
- Fixed a bug that `groupChannel.refresh()` does not trigger `onChannelUpdated` in `MessageCollection`
- Fixed a bug that `metaArrays` parameter does not work in `updateUserMessage()` and `updateFileMessage()`

## v4.9.13 (Sep 27, 2023)
### **Improvements**
- Improved stability
Expand Down
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@
1. [Getting started](#getting-started)
1. [Sending your first message](#sending-your-first-message)
1. [Additional information](#additional-information)
1. [Hiring](#we-are-hiring)

<br />

<span style="color:red">**IMPORTANT NOTICE**</span><br>
```
JS Chat SDK version `4.9.0` and `4.9.1` has a CRTICAL BUG where FileMessage is NOT received when sent from an Android device. Please SKIP version `4.9.0` and `4.9.1`, and update to version `4.9.2` or above instead.
```

## Introduction

Expand Down Expand Up @@ -247,7 +239,3 @@ const channel = await sb.groupChannel.createChannelWithUserIds(

const immutableObject = Immutable.fromJS(channel);
```

## We are hiring

At Sendbird, we are a diverse group of humble, friendly, and hardworking individuals united by a shared purpose to build the next generation of mobile & social technologies, across chat, voice, and video, that are changing the way we work and live. We're always looking for great people to join our team. [Check out our careers page](https://sendbird.com/careers) for more information.
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: 1 addition & 0 deletions cjs/lib/__bundle-051395cf.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
"use strict";var s=require("./__bundle-1a20dd68.js");class t extends s.User{constructor(s,t){var e;super(s,t),this.isMuted=!1,this.isMuted=null!==(e=t.is_muted)&&void 0!==e&&e}}exports.Participant=t;
"use strict";var s=require("./__bundle-3243c404.js");class t extends s.User{constructor(s,t){var e;super(s,t),this.isMuted=!1,this.isMuted=null!==(e=t.is_muted)&&void 0!==e&&e}}exports.Participant=t;
4 changes: 2 additions & 2 deletions cjs/lib/__bundle-1a20dd68.js → cjs/lib/__bundle-3243c404.js

Large diffs are not rendered by default.

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

This file was deleted.

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

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

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

This file was deleted.

Loading

0 comments on commit 4c8d9c7

Please sign in to comment.