Skip to content

Commit 7e80e69

Browse files
committed
chore: changed replyType to quote_reply
1 parent a0f26e3 commit 7e80e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const App = () => {
6262
groupChannel: {
6363
enableMention: true,
6464
typingIndicatorTypes: new Set([TypingIndicatorType.Text, TypingIndicatorType.Bubble]),
65-
replyType: 'thread',
65+
replyType: 'quote_reply',
6666
threadReplySelectType: 'thread',
6767
},
6868
groupChannelList: {

0 commit comments

Comments
 (0)