You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
### Feature
6
6
7
-
- Add option to pass `customMessageData` to the `ChannelActionContext``sendMessage` function [#1121](https://github.com/GetStream/stream-chat-react/pull/1121)
7
+
- Add option to pass `customMessageData` to the `ChannelActionContext``sendMessage` function [#1121](https://github.com/GetStream/stream-chat-react/pull/1123)
Copy file name to clipboardExpand all lines: docusaurus/docs/React/contexts/channel-action-context.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,15 +100,15 @@ The function to remove a `message` from `MessageList`, handled by the `Channel`
100
100
101
101
### retrySendMessage
102
102
103
-
The function to resend a `message`, handled by the `Channel` component. Takes a `message` object.
103
+
The function to resend a `message`, handled by the `Channel` component.
104
104
105
105
| Type |
106
106
| -------- |
107
107
| function |
108
108
109
109
### sendMessage
110
110
111
-
The function to send a `message` on `Channel`, takes a `message` object.
111
+
The function to send a `message` on `Channel`. Takes a `message` object with the basic message information as the first argument, and custom data as the second argument.
0 commit comments