Skip to content

Commit 624d75f

Browse files
committed
Address @sravan's comment
1 parent 371bd30 commit 624d75f

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

CHANGELOG.md

+7-9
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,7 @@
33
## [v3.6.7] (Aug 11 2023)
44
### Feats:
55
* Added a new ImageGrid UI component (for internal use only) (#703)
6-
7-
### Fixes:
8-
* Removed duplicated getEmoji API call from the `useGetChannel` hook (#705).
9-
* Fixed missing `SEND_MESSAGE_FAILED` event publishing (#704):
10-
* Addressed the failure state in `sendbirdSelectors.getSendUserMessage` and published the `SEND_MESSAGE_FAILED` event.
11-
* Corrected typo `SEND_MESSAGEGE_FAILURE`.
12-
13-
* Resolved an issue where the `allChannels` couldn't be updated due to state updates occurring only through an internal dispatcher (#708):
14-
* Introduced `fetchChannelList` to the `ChannelListContext`.
6+
* Introduced `fetchChannelList` to the `ChannelListContext`.
157
* Implemented a custom hook function `useFetchChannelList`.
168
* Utilized this function to fetch the channel list within the `ChannelListUI` component.
179
* Added relevant tests for this function.
@@ -59,6 +51,12 @@
5951
);
6052
};
6153
```
54+
### Fixes:
55+
* Removed duplicated getEmoji API call from the `useGetChannel` hook (#705).
56+
* Fixed missing `SEND_MESSAGE_FAILED` event publishing (#704):
57+
* Addressed the failure state in `sendbirdSelectors.getSendUserMessage` and published the `SEND_MESSAGE_FAILED` event.
58+
* Corrected typo `SEND_MESSAGEGE_FAILURE`.
59+
6260
### Chores:
6361
* Added a troubleshooting guide to the README. (#702)
6462
* Made minor improvements to the onboarding process. (#701)

0 commit comments

Comments
 (0)