Skip to content

v3.0.65

Compare
Choose a tag to compare
@Alchemist85K Alchemist85K released this 13 Jun 08:12
· 194 commits to master since this release
  • Added memberStateFilter in MemberListQuery to search members based on the state of the member in a Group Channel.
  • Added myMutedState in GroupChannel to show the state of the connected user in a Group Channel.
  • Added joinedMemberCount in GroupChannel to show the total count of joined users in a Group Channel.
  • Added getUnreadItemCount that receives an array argument having at least one among 'non_super_group_channel_unread_message_count', 'non_super_group_channel_invitation_count', 'super_group_channel_unread_message_count', and 'super_group_channel_invitation_count' in GroupChannel.
  • Changed the type of invitees from Member to User on onUserReceivedInvitation.