v5.0.0-v5.20
Pre-release
Pre-release
5.0.0-v5.20 (2024-06-17)
Features
- Keeping track of channel invite now requires opt-in (85a44fe)
BREAKING CHANGES
- Keeping track of pending channel invites is no longer automatic. If you want to enable this behavior you need to initialize the
ChatClientServicewith the following flag:
this.chatService.init("<API key>", "<user>", "<token provider>", {
trackPendingChannelInvites: true,
});