Skip to content

Commit 6cd8818

Browse files
committed
v4.7.0
1 parent 99318f9 commit 6cd8818

25 files changed

+64
-17
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
# Changelog
22

33
## v4.7.0 (Apr 17, 2023)
4+
### Features
5+
### (Moderation) Automatically detect when user is unmuted
6+
You can now automatically detect when a muted user is unmuted by leveraging `MessageCollections`.
7+
Clients will now receive `MessageCollectionHandler.onChannelUpdated()` with `GroupChannelContext.GroupChannelEventSource.EVENT_CHANNEL_UNMUTED` when an user is unmuted after their muted duration has expired, on top of explict unmute calls. This now means that you can easily transition user’s experience and allow them to chat even more seamlessly.
8+
Note that this is a `MessageCollections` only feature! We recommend all of our clients to give it a try if you haven’t
49
### **Improvements**
5-
- Fixed a bug where `GroupChannelCollection` could not handle `EVENT_MESSAGE_SENT`\n
10+
- Fixed a bug when broken `disconnect()` before cache initialization
11+
- Fixed a bug where `LOGI` error command processing
12+
- Added `collection.close()` when `disconnect()` is called
13+
- Added support for `AbortController` compatibility
14+
- Improved stability
615
## v4.6.2 (Apr 05, 2023)
716
### **Improvements**
8-
- Fixed a bug where `GroupChannelCollection` could not handle `EVENT_MESSAGE_SENT`\n
17+
- Fixed a bug where `GroupChannelCollection` could not handle `EVENT_MESSAGE_SENT`
918
## v4.6.1 (Mar 29, 2023)
1019

1120
### **Improvements**

__bundle-0e41ed4f.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.

__bundle-438a46aa.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.

__bundle-53593e7a.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.

__bundle-af66ed86.js renamed to __bundle-62f18e7c.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.

__bundle-6578abd1.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)