Skip to content

Commit b585ebd

Browse files
committed
fix: preSendMessageRequestType
1 parent 7080754 commit b585ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/components/Channel/Channel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ export type ChannelPropsWithContext = Pick<ChannelContextValue, 'channel'> &
445445
localMessage: LocalMessage;
446446
message: StreamMessage;
447447
options?: SendMessageOptions;
448-
}) => Promise<SendMessageAPIResponse>;
448+
}) => Promise<void>;
449449
/**
450450
* Overrides the Stream default update message request (Advanced usage only)
451451
* @param channelId

0 commit comments

Comments
 (0)