December 18, 2024
StreamChat
✅ Added
- Archiving channels for the current user #3524
- Add
Chat.archive(scope:)
andChat.unarchive(scope:)
- Add
ChatChannelController.archive(scope:completion:)
andChatChannelController.unarchive(scope:completion:)
- Add
FilterKey.archive
for filtering channel lists - Add
ChatChannel.membership.archivedAt
- Add
ChatChannel.isArchived
- Add
- Pinning channels for the current user #3518
- Add
Chat.pin(scope:)
andChat.unpin(scope:)
- Add
ChatChannelController.pin(scope:completion:)
andChatChannelController.unpin(scope:completion:)
- Add
FilterKey.pinned
for filtering channel lists - Add
ChannelListSortingKey.pinnedAt
- Add
ChatChannel.membership.pinnedAt
- Add
ChatChannel.isPinned
- Add
- Add channel list filtering key:
FilterKey.members
#3536 - Add member list filtering keys:
FilterKey.channelRole
andFilterKey.email
#3535 - Add member list sorting key:
ChannelMemberListSortingKey.channelRole
#3535
🐞 Fixed
- End background task before starting a new one #3528