Skip to content

Commit 4c8d9c7

Browse files
committed
v4.9.14
1 parent cda5adf commit 4c8d9c7

40 files changed

+51
-43
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Changelog
2+
## v4.9.14 (Oct 6, 2023)
3+
### **Notification**
4+
- Added `messageStatus` in `NotificationMessage`
5+
- Added `markAsReadBy(notificationIds)` in `FeedChannel`
6+
- Added `logImpression(notificationIds)` in `FeedChannel`
7+
8+
### **Improvements**
9+
- Fixed a bug that `MessageCollection` has wrong `hasPrevious` and `hasNext` in a certain condition
10+
- Fixed a bug that `groupChannel.refresh()` does not trigger `onChannelUpdated` in `MessageCollection`
11+
- Fixed a bug that `metaArrays` parameter does not work in `updateUserMessage()` and `updateFileMessage()`
12+
213
## v4.9.13 (Sep 27, 2023)
314
### **Improvements**
415
- Improved stability

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@
1111
1. [Getting started](#getting-started)
1212
1. [Sending your first message](#sending-your-first-message)
1313
1. [Additional information](#additional-information)
14-
1. [Hiring](#we-are-hiring)
15-
16-
<br />
17-
18-
<span style="color:red">**IMPORTANT NOTICE**</span><br>
19-
```
20-
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.
21-
```
2214

2315
## Introduction
2416

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

248240
const immutableObject = Immutable.fromJS(channel);
249241
```
250-
251-
## We are hiring
252-
253-
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.

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-051395cf.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.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +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;
1+
"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;

cjs/lib/__bundle-1a20dd68.js renamed to cjs/lib/__bundle-3243c404.js

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

cjs/lib/__bundle-68df6d3d.js

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

cjs/lib/__bundle-19304021.js renamed to cjs/lib/__bundle-7acc9e52.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.

0 commit comments

Comments
 (0)