File tree 1 file changed +7
-9
lines changed
1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 3
3
## [ v3.6.7] (Aug 11 2023)
4
4
### Feats:
5
5
* 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 ` .
15
7
* Implemented a custom hook function ` useFetchChannelList ` .
16
8
* Utilized this function to fetch the channel list within the ` ChannelListUI ` component.
17
9
* Added relevant tests for this function.
59
51
);
60
52
};
61
53
```
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
+
62
60
### Chores:
63
61
* Added a troubleshooting guide to the README . (#702 )
64
62
* Made minor improvements to the onboarding process . (#701 )
You can’t perform that action at this time.
0 commit comments