File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
package/src/contexts/messagesContext Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -258,11 +258,11 @@ export type MessagesContextValue<
258258 sendReaction : ( type : string , messageId : string ) => Promise < void > ;
259259 setEditingState : ( message ?: MessageType < StreamChatGenerics > ) => void ;
260260 setQuotedMessageState : ( message : MessageType < StreamChatGenerics > | boolean ) => void ;
261- supportedReactions : ReactionData [ ] ;
262261 /**
263262 * UI component for StreamingMessageView. Displays the text of a message with a typewriter animation.
264263 */
265264 StreamingMessageView : React . ComponentType < StreamingMessageViewProps < StreamChatGenerics > > ;
265+ supportedReactions : ReactionData [ ] ;
266266 /**
267267 * UI component for TypingIndicator
268268 * Defaults to: [TypingIndicator](https://getstream.io/chat/docs/sdk/reactnative/ui-components/typing-indicator/)
You can’t perform that action at this time.
0 commit comments