Skip to content

Commit

Permalink
chore: changed replyType to quote_reply
Browse files Browse the repository at this point in the history
  • Loading branch information
OnestarLee committed Jun 13, 2024
1 parent a0f26e3 commit 7e80e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const App = () => {
groupChannel: {
enableMention: true,
typingIndicatorTypes: new Set([TypingIndicatorType.Text, TypingIndicatorType.Bubble]),
replyType: 'thread',
replyType: 'quote_reply',
threadReplySelectType: 'thread',
},
groupChannelList: {
Expand Down

0 comments on commit 7e80e69

Please sign in to comment.