Skip to content

v5.0.0-v5.20

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Jun 12:34

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 ChatClientService with the following flag:
this.chatService.init("<API key>", "<user>", "<token provider>", {
  trackPendingChannelInvites: true,
});