File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 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.
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 )
You can’t perform that action at this time.
0 commit comments