Merge branch 'develop' into fix/channel-unset

This commit is contained in:
Salvatore Giordano
2022-05-19 14:51:36 +02:00
committed by GitHub
9 changed files with 183 additions and 46 deletions
+1
View File
@@ -8,6 +8,7 @@
- Added `PaginationParams.createdAtBefore` for message pagination.
- 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`.
🔄 Changed