We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54725e9 commit f144e9aCopy full SHA for f144e9a
src/context/ChannelActionContext.tsx
@@ -55,7 +55,10 @@ export type ChannelActionContextValue<
55
loadMoreThread: () => Promise<void>;
56
onMentionsClick: CustomMentionHandler<StreamChatGenerics>;
57
onMentionsHover: CustomMentionHandler<StreamChatGenerics>;
58
- openThread: (message: StreamMessage<StreamChatGenerics>, event: React.BaseSyntheticEvent) => void;
+ openThread: (
59
+ message: StreamMessage<StreamChatGenerics>,
60
+ event?: React.BaseSyntheticEvent,
61
+ ) => void;
62
removeMessage: (message: StreamMessage<StreamChatGenerics>) => void;
63
retrySendMessage: RetrySendMessage<StreamChatGenerics>;
64
sendMessage: (
0 commit comments