Merge branch 'develop' into fix/channel-unset

This commit is contained in:
Salvatore Giordano
2022-05-19 15:23:54 +02:00
committed by GitHub
3 changed files with 18 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@
- Added `PaginationParams.createdAtAround` for message pagination.
- Added support for `channel.disabled`, `channel.hidden` and `channel.truncatedAt` in `Channel`.
- Added support for `channel.membership` and `channel.membershipStream` in `Channel`.
- `Channel` now listens for `member.updated` events and updates the `Channel.members` accordingly.
🔄 Changed