Skip to content

Commit 594bb83

Browse files
committed
fix typo
1 parent 53d9623 commit 594bb83

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

CHANGELOG.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@ Changelog
22
=========
33

44
## v3.0.65(Jun 13, 2018)
5-
* added `memberStateFilter` in `MemberListQuery` to search members based on the state of the member in a Group Channel.
6-
* added `myMutedState` in `GroupChannel` to show the state of the connected user in a Group Channel.
7-
* added `joinedMemberCount` in `GroupChannel` to show the total count of joined users in a Group Channel.
8-
* added `getUnreadItemCount` in `GroupChannel` to show the count of requested items by joined user in a Group Channel.
9-
* non_super_group_channel_unread_message_count: the count of unread message in a Non-Super Group Channel.
10-
* non_super_group_channel_invitation_count: the count of invitation that have not yet responded in a Non-Super Group Channel.
11-
* super_group_channel_unread_message_count: the count of unread message in a Super Group Channel.
12-
* super_group_channel_invitation_count: the count of invitation that have not yet responded in a Super Group Channel.
5+
* Added `memberStateFilter` in `MemberListQuery` to search members based on the state of the member in a Group Channel.
6+
* Added `myMutedState` in `GroupChannel` to show the state of the connected user in a Group Channel.
7+
* Added `joinedMemberCount` in `GroupChannel` to show the total count of joined users in a Group Channel.
8+
* 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`.
139
* Changed the type of `invitees` from `Member` to `User` on `onUserReceivedInvitation`.
1410

1511
## v3.0.64(Jun 1, 2018)

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,10 @@ If you have trouble importing `SendBird`, please check your `tsconfig.json` file
4141

4242
## Upgrading to v3.0.65(Jun 13, 2018)
4343
If you want to check the record of other version, go to [Change Log](https://github.com/smilefam/SendBird-SDK-JavaScript/blob/master/CHANGELOG.md).
44-
* added `memberStateFilter` in `MemberListQuery` to search members based on the state of the member in a Group Channel.
45-
* added `myMutedState` in `GroupChannel` to show the state of the connected user in a Group Channel.
46-
* added `joinedMemberCount` in `GroupChannel` to show the total count of joined users in a Group Channel.
47-
* added `getUnreadItemCount` in `GroupChannel` to show the count of requested items by joined user in a Group Channel.
48-
* non_super_group_channel_unread_message_count: the count of unread message in a Non-Super Group Channel.
49-
* non_super_group_channel_invitation_count: the count of invitation that have not yet responded in a Non-Super Group Channel.
50-
* super_group_channel_unread_message_count: the count of unread message in a Super Group Channel.
51-
* super_group_channel_invitation_count: the count of invitation that have not yet responded in a Super Group Channel.
44+
* Added `memberStateFilter` in `MemberListQuery` to search members based on the state of the member in a Group Channel.
45+
* Added `myMutedState` in `GroupChannel` to show the state of the connected user in a Group Channel.
46+
* Added `joinedMemberCount` in `GroupChannel` to show the total count of joined users in a Group Channel.
47+
* 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`.
5248
* Changed the type of `invitees` from `Member` to `User` on `onUserReceivedInvitation`.
5349

5450

0 commit comments

Comments
 (0)