Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 5.0.0-v5.20 [skip ci]
# [5.0.0-v5.20](v5.0.0-v5.19...v5.0.0-v5.20) (2024-06-17) ### Features * Keeping track of channel invite now requires opt-in ([85a44fe](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 [`ChatClientService`](../services/ChatClientService.mdx) with the following flag: ```typescript this.chatService.init("<API key>", "<user>", "<token provider>", { trackPendingChannelInvites: true, }); ```
- Loading branch information