Merge branch 'develop'

This commit is contained in:
Salvatore Giordano
2021-11-29 17:50:27 +01:00
70 changed files with 828 additions and 388 deletions
+15 -1
View File
@@ -1,3 +1,17 @@
## 3.3.0
✅ Added
- Extra properties added to `PaginationParams` to aid in fetching messages.
- Added hard delete functionality.
🐞 Fixed
- `closeConnection()` now uses `normalClosure` status when closing websocket.
- Fixed local unread count indicator increasing for thread replies.
- Fixed user presence indicator not updating correctly.
- `ChannelEvent.membersCount` defaults to 0 avoiding parsing errors due to missing `members_count` field.
## 3.2.1
🐞 Fixed
@@ -726,4 +740,4 @@
## 0.0.2
- first beta version
- first beta version